Searched defs:of_depth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp265 //--------------------------------of_depth-------------------------------------
266 JVMState* JVMState::of_depth(int d) const { function in class:JVMState
296 debug_only(JVMState* jvmroot = of_depth(1));
298 return of_depth(1)->locoff();
303 debug_only(JVMState* jvmroot = of_depth(1));
1668 JVMState* jvms = youngest_jvms->of_depth(depth);

Completed in 37 milliseconds