Lines Matching defs:jvmp
267 const JVMState* jvmp = this;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->debug_size();