Searched refs:next_instruction_offset (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | nativeInst_x86.hpp | 200 next_instruction_offset = instruction_size, enumerator in enum:NativeMovConstReg::Intel_specific_constants 205 address next_instruction_address() const { return addr_at(next_instruction_offset); } 296 next_instruction_offset = 4 enumerator in enum:NativeMovRegMem::Intel_specific_constants 387 next_instruction_offset = 5 enumerator in enum:NativeJump::Intel_specific_constants 391 address next_instruction_address() const { return addr_at(next_instruction_offset); } 478 next_instruction_offset = 1 enumerator in enum:NativePopReg::Intel_specific_constants 492 next_instruction_offset = 2 enumerator in enum:NativeIllegalInstruction::Intel_specific_constants 506 next_instruction_offset = 1 enumerator in enum:NativeReturn::Intel_specific_constants 517 next_instruction_offset = 2 enumerator in enum:NativeReturnX::Intel_specific_constants |
Completed in 59 milliseconds