Searched refs:instruction_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp118 instruction_offset = 0, enumerator in enum:NativeCall::Intel_specific_constants
125 address instruction_address() const { return addr_at(instruction_offset); }
169 NativeCall* call = (NativeCall*)(address - NativeCall::instruction_offset);
198 instruction_offset = 0, enumerator in enum:NativeMovConstReg::Intel_specific_constants
204 address instruction_address() const { return addr_at(instruction_offset); }
221 NativeMovConstReg* test = (NativeMovConstReg*)(address - NativeMovConstReg::instruction_offset);
229 NativeMovConstReg* test = (NativeMovConstReg*)(address - NativeMovConstReg::instruction_size - NativeMovConstReg::instruction_offset);
239 NativeMovConstRegPatching* test = (NativeMovConstRegPatching*)(address - instruction_offset);
294 instruction_offset = 0, enumerator in enum:NativeMovRegMem::Intel_specific_constants
323 NativeMovRegMem* test = (NativeMovRegMem*)(address - NativeMovRegMem::instruction_offset);
385 instruction_offset = 0, enumerator in enum:NativeJump::Intel_specific_constants
476 instruction_offset = 0, enumerator in enum:NativePopReg::Intel_specific_constants
491 instruction_offset = 0, enumerator in enum:NativeIllegalInstruction::Intel_specific_constants
505 instruction_offset = 0, enumerator in enum:NativeReturn::Intel_specific_constants
516 instruction_offset = 0, enumerator in enum:NativeReturnX::Intel_specific_constants
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp355 instruction_offset = 0 enumerator in enum:NativeCall::Sparc_specific_constants
457 instruction_offset = 0 enumerator in enum:NativeFarCall::Sparc_specific_constants

Completed in 1650 milliseconds