Searched refs:displacement_offset (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp119 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 Dc1_LIRAssembler_x86.cpp2843 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 Dinterp_masm_x86_32.cpp1005 update_mdp_by_offset(mdp, in_bytes(JumpData::displacement_offset()));
H A Dinterp_masm_x86_64.cpp1025 update_mdp_by_offset(mdp, in_bytes(JumpData::displacement_offset()));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp354 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 Dinterp_masm_sparc.cpp1545 update_mdp_by_offset(in_bytes(JumpData::displacement_offset()), scratch);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp626 static ByteSize displacement_offset() {

Completed in 381 milliseconds