Searched refs:obj_offset_in_bytes (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DbasicLock.hpp76 static int obj_offset_in_bytes() { return offset_of(BasicObjectLock, _obj); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp94 st_ptr(Roop, Rbox, BasicObjectLock::obj_offset_in_bytes());
137 ld_ptr(Rbox, BasicObjectLock::obj_offset_in_bytes(), Roop);
146 ld_ptr(Rbox, BasicObjectLock::obj_offset_in_bytes(), Roop);
H A DcppInterpreter_sparc.cpp1200 __ st_ptr(O1, O2, BasicObjectLock::obj_offset_in_bytes()); // and allocate it for interpreter use
1284 __ ld_ptr(L2_scratch, BasicObjectLock::obj_offset_in_bytes(), O0); // get object
1418 __ st_ptr(G0, L4_scratch, BasicObjectLock::obj_offset_in_bytes());
H A Dinterp_masm_sparc.cpp1011 ld_ptr(O1, BasicObjectLock::obj_offset_in_bytes(), G3_scratch);
1092 ld_ptr(Rmptr, BasicObjectLock::obj_offset_in_bytes() - delta, Rtemp);
1252 Address lockobj_addr(lock_reg, BasicObjectLock::obj_offset_in_bytes());
H A DtemplateTable_sparc.cpp3776 __ delayed()->ld_ptr(O3, BasicObjectLock::obj_offset_in_bytes(), O4);
3796 __ st_ptr(O0, O1, BasicObjectLock::obj_offset_in_bytes()); // store object
3835 __ delayed()->ld_ptr(Lscratch, BasicObjectLock::obj_offset_in_bytes(), O4);
H A DtemplateInterpreter_sparc.cpp390 __ st_ptr( O0, Lmonitors, BasicObjectLock::obj_offset_in_bytes()); // store object
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp49 movptr(Address(disp_hdr, BasicObjectLock::obj_offset_in_bytes()), obj);
110 movptr(obj, Address(disp_hdr, BasicObjectLock::obj_offset_in_bytes()));
122 movptr(obj, Address(disp_hdr, BasicObjectLock::obj_offset_in_bytes()));
H A Dinterp_masm_x86_32.cpp548 movptr (rax, Address(rdx, BasicObjectLock::obj_offset_in_bytes()));
618 cmpptr(Address(rcx, BasicObjectLock::obj_offset_in_bytes()), (int32_t)NULL_WORD); // check if current entry is used
676 const int obj_offset = BasicObjectLock::obj_offset_in_bytes();
767 movptr(obj_reg, Address(lock_reg, BasicObjectLock::obj_offset_in_bytes ()));
770 movptr(Address(lock_reg, BasicObjectLock::obj_offset_in_bytes()), NULL_WORD);
793 movptr(Address(lock_reg, BasicObjectLock::obj_offset_in_bytes()), obj_reg); // restore obj
H A Dinterp_masm_x86_64.cpp550 movptr(rax, Address(c_rarg1, BasicObjectLock::obj_offset_in_bytes()));
628 cmpptr(Address(c_rarg1, BasicObjectLock::obj_offset_in_bytes()), (int32_t) NULL);
679 const int obj_offset = BasicObjectLock::obj_offset_in_bytes();
778 movptr(obj_reg, Address(lock_reg, BasicObjectLock::obj_offset_in_bytes()));
781 movptr(Address(lock_reg, BasicObjectLock::obj_offset_in_bytes()), (int32_t)NULL_WORD);
805 movptr(Address(lock_reg, BasicObjectLock::obj_offset_in_bytes()),
H A DcppInterpreter_x86.cpp527 __ movptr(Address(rsp, BasicObjectLock::obj_offset_in_bytes()), rax); // store object
782 __ cmpptr(rax, Address(monitor, BasicObjectLock::obj_offset_in_bytes())); // correct object?
1435 __ movptr(t, Address(monitor, BasicObjectLock::obj_offset_in_bytes()));
1598 __ movptr(Address(rdx, BasicObjectLock::obj_offset_in_bytes()), (int32_t) NULL_WORD);
H A DtemplateInterpreter_x86_32.cpp578 __ movptr(Address(rsp, BasicObjectLock::obj_offset_in_bytes()), rax); // store object
1236 __ movptr(t, Address(rdx, BasicObjectLock::obj_offset_in_bytes()));
H A DtemplateInterpreter_x86_64.cpp548 __ movptr(Address(rsp, BasicObjectLock::obj_offset_in_bytes()), rax);
1239 __ movptr(t, Address(c_rarg1, BasicObjectLock::obj_offset_in_bytes()));
H A DtemplateTable_x86_32.cpp3584 __ cmpptr(Address(rcx, BasicObjectLock::obj_offset_in_bytes()), (int32_t)NULL_WORD); // check if current entry is used
3586 __ cmpptr(rax, Address(rcx, BasicObjectLock::obj_offset_in_bytes())); // check if current entry is for same object
3625 __ movptr(Address(rdx, BasicObjectLock::obj_offset_in_bytes()), rax); // store object
3655 __ cmpptr(rax, Address(rdx, BasicObjectLock::obj_offset_in_bytes())); // check if current entry is for same object
H A DtemplateTable_x86_64.cpp3655 __ cmpptr(Address(c_rarg3, BasicObjectLock::obj_offset_in_bytes()), (int32_t) NULL_WORD);
3659 __ cmpptr(rax, Address(c_rarg3, BasicObjectLock::obj_offset_in_bytes()));
3708 __ movptr(Address(c_rarg1, BasicObjectLock::obj_offset_in_bytes()), rax);
3746 __ cmpptr(rax, Address(c_rarg1, BasicObjectLock::obj_offset_in_bytes()));
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.hpp196 (BasicObjectLock::obj_offset_in_bytes() >> LogBytesPerWord);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp404 if (offset == BasicObjectLock::obj_offset_in_bytes())
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp308 return sp_offset_for_monitor_base(index) + in_ByteSize(BasicObjectLock::obj_offset_in_bytes());

Completed in 3657 milliseconds