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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp267 const JVMState* jvmp = this; local
270 jvmp = jvmp->caller();
272 assert(jvmp->depth() == (uint)d, "found the right one");
273 return (JVMState*)jvmp;
311 for (const JVMState* jvmp = this; jvmp != NULL; jvmp = jvmp->caller()) {
312 total += jvmp
[all...]

Completed in 105 milliseconds