Uses of Class
org.jikesrvm.runtime.StackBrowser

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)
           
 boolean BaselineCompiledMethod.up(StackBrowser browser)
           
 

Uses of StackBrowser in org.jikesrvm.compilers.common
 

Methods in org.jikesrvm.compilers.common with parameters of type StackBrowser
abstract  void CompiledMethod.set(StackBrowser browser, Offset instr)
          Set the stack browser to the innermost logical stack frame of this method
 void HardwareTrapCompiledMethod.set(StackBrowser browser, Offset instr)
           
 boolean CompiledMethod.up(StackBrowser browser)
          Advance the StackBrowser up one internal stack frame, if possible
 boolean HardwareTrapCompiledMethod.up(StackBrowser browser)
           
 

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)
           
 boolean OptCompiledMethod.up(StackBrowser browser)
           
 

Uses of StackBrowser in org.jikesrvm.jni
 

Methods in org.jikesrvm.jni with parameters of type StackBrowser
 void JNICompiledMethod.set(StackBrowser browser, Offset instr)