Searched refs:_jvmadj (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp654 uint _jvmadj; // Extra delta to jvms indexes (mach. args) member in class:MachSafePointNode
658 MachSafePointNode() : MachReturnNode(), _oop_map(NULL), _jvms(NULL), _jvmadj(0) {
676 return in(_jvmadj + jvms->locoff() + idx);
680 return in(_jvmadj + jvms->stkoff() + idx);
684 return in(_jvmadj + jvms->monitor_obj_offset(idx));
688 return in(_jvmadj + jvms->monitor_box_offset(idx));
692 set_req(_jvmadj + jvms->locoff() + idx, c);
696 set_req(_jvmadj + jvms->stkoff() + idx, c);
700 set_req(_jvmadj + jvms->monoff() + idx, c);
H A Dmatcher.cpp1326 (mcall->jvms()->debug_start() + mcall->_jvmadj == mcall->tf()->domain()->cnt()), "" );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1132 c2_nonstatic_field(MachSafePointNode, _jvmadj, uint) \

Completed in 40 milliseconds