Searched refs:displacement_offset (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | nativeInst_x86.hpp | 119 displacement_offset = 1, enumerator in enum:NativeCall::Intel_specific_constants 127 int displacement() const { return (jint) int_at(displacement_offset); } 128 address displacement_address() const { return addr_at(displacement_offset); } 137 set_int_at(displacement_offset, dest - return_address()); 141 void verify_alignment() { assert((intptr_t)addr_at(displacement_offset) % BytesPerInt == 0, "must be aligned"); }
|
H A D | c1_LIRAssembler_x86.cpp | 2843 offset += NativeCall::displacement_offset; 2846 offset += NativeCall::displacement_offset + NativeMovConstReg::instruction_size; 2859 assert(!os::is_MP() || (__ offset() + NativeCall::displacement_offset) % BytesPerWord == 0, 2870 (__ offset() + NativeCall::displacement_offset) % BytesPerWord == 0, 2894 int offset = __ offset() + NativeMovConstReg::instruction_size + NativeCall::displacement_offset;
|
H A D | interp_masm_x86_32.cpp | 1005 update_mdp_by_offset(mdp, in_bytes(JumpData::displacement_offset()));
|
H A D | interp_masm_x86_64.cpp | 1025 update_mdp_by_offset(mdp, in_bytes(JumpData::displacement_offset()));
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | nativeInst_sparc.hpp | 354 displacement_offset = 0, enumerator in enum:NativeCall::Sparc_specific_constants 362 address displacement_address() const { return addr_at(displacement_offset); } 456 displacement_offset = 0, enumerator in enum:NativeFarCall::Sparc_specific_constants 466 address displacement_address() const { return addr_at(displacement_offset); }
|
H A D | interp_masm_sparc.cpp | 1545 update_mdp_by_offset(in_bytes(JumpData::displacement_offset()), scratch);
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | methodDataOop.hpp | 626 static ByteSize displacement_offset() {
|
Completed in 381 milliseconds