Searched defs:oopoff (Results 1 - 2 of 2) 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 Dcallnode.hpp234 uint oopoff() const { return debug_end(); } function in class:JVMState

Completed in 38 milliseconds