|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StackBrowser | |
|---|---|
| org.jikesrvm.compilers.baseline | |
| org.jikesrvm.compilers.common | |
| org.jikesrvm.compilers.opt.runtimesupport | |
| org.jikesrvm.jni | |
| Uses of StackBrowser in org.jikesrvm.compilers.baseline |
|---|
| Methods in org.jikesrvm.compilers.baseline with parameters of type StackBrowser | |
|---|---|
void |
BaselineCompiledMethod.set(StackBrowser browser,
Offset instr)
Set the stack browser to the innermost logical stack frame of this method |
boolean |
BaselineCompiledMethod.up(StackBrowser browser)
Advance the StackBrowser up one internal stack frame, if possible |
| Uses of StackBrowser in org.jikesrvm.compilers.common |
|---|
| Methods in org.jikesrvm.compilers.common with parameters of type StackBrowser | |
|---|---|
void |
HardwareTrapCompiledMethod.set(StackBrowser browser,
Offset instr)
Set the stack browser to the innermost logical stack frame of this method |
abstract void |
CompiledMethod.set(StackBrowser browser,
Offset instr)
Set the stack browser to the innermost logical stack frame of this method |
boolean |
HardwareTrapCompiledMethod.up(StackBrowser browser)
Advance the StackBrowser up one internal stack frame, if possible |
boolean |
CompiledMethod.up(StackBrowser browser)
Advance the StackBrowser up one internal stack frame, if possible |
| Uses of StackBrowser in org.jikesrvm.compilers.opt.runtimesupport |
|---|
| Methods in org.jikesrvm.compilers.opt.runtimesupport with parameters of type StackBrowser | |
|---|---|
void |
OptCompiledMethod.set(StackBrowser browser,
Offset instr)
Set the stack browser to the innermost logical stack frame of this method |
boolean |
OptCompiledMethod.up(StackBrowser browser)
Advance the StackBrowser up one internal stack frame, if possible |
| Uses of StackBrowser in org.jikesrvm.jni |
|---|
| Methods in org.jikesrvm.jni with parameters of type StackBrowser | |
|---|---|
void |
JNICompiledMethod.set(StackBrowser browser,
Offset instr)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||