Searched refs:oopoff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp869 uint oopoff = jvms ? jvms->oopoff() : cnt; local
876 if( inpidx > old_last && ((inpidx - oopoff) & 1) == DERIVED ) {
915 if ((inpidx >= oopoff) ||
932 if (inpidx >= oopoff) {
933 // After oopoff, we have derived/base pairs. We must mention all
939 if( ((inpidx - oopoff) & 1) == DERIVED && // derived vs base?
946 for( k = oopoff; k < cnt; k += 2 )
953 assert(((n->req() - oopoff) & 1) == DERIVED,
970 assert(inpidx < oopoff, "handl
[all...]
H A Dlive.cpp292 if (jvms->oopoff() < sfpt->req()) {
294 for (uint idx = jvms->oopoff(); idx < sfpt->req(); idx++) {
296 bool is_derived = ((idx - jvms->oopoff()) & 1) == 0;
H A DbuildOopMap.cpp297 for( i = jvms->oopoff(); i < n->req(); i+=2 )
301 for( i = jvms->oopoff(); i < n->req(); i+=2 ) {
H A Dcallnode.hpp234 uint oopoff() const { return debug_end(); } function in class:JVMState

Completed in 41 milliseconds