Package | Description |
---|---|
org.jikesrvm.compilers.baseline | |
org.jikesrvm.compilers.common | |
org.jikesrvm.compilers.opt.runtimesupport | |
org.jikesrvm.jni | |
org.jikesrvm.util |
Provides utility classes and implementations of data structures suitable
for core runtime classes.
|
Modifier and Type | Method and Description |
---|---|
void |
BaselineCompiledMethod.printStackTrace(Offset instructionOffset,
PrintLN out) |
Modifier and Type | Method and Description |
---|---|
void |
HardwareTrapCompiledMethod.printStackTrace(Offset instructionOffset,
PrintLN out) |
abstract void |
CompiledMethod.printStackTrace(Offset instructionOffset,
PrintLN out)
Print this compiled method's portion of a stack trace
|
Modifier and Type | Method and Description |
---|---|
void |
OptCompiledMethod.printStackTrace(Offset instructionOffset,
PrintLN out) |
Modifier and Type | Method and Description |
---|---|
void |
JNICompiledMethod.printStackTrace(Offset instructionOffset,
PrintLN out) |
Modifier and Type | Class and Description |
---|---|
private static class |
PrintContainer.WithPrintStream
Print via PrintStream
|
private static class |
PrintContainer.WithPrintWriter
Print via PrintWriter
|
private static class |
PrintContainer.WithSysWrite
This (nested) class does printing via
VM.sysWrite(org.jikesrvm.classloader.Atom) |
Modifier and Type | Field and Description |
---|---|
static PrintLN |
PrintContainer.readyPrinter |
Modifier and Type | Method and Description |
---|---|
static PrintLN |
PrintContainer.get(PrintStream out) |
static PrintLN |
PrintContainer.get(PrintWriter out) |