Searched refs:next_instruction_address (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp63 NativeJump* jump = nativeJump_at(move->next_instruction_address());
72 NativeJump* jump = nativeJump_at(move->next_instruction_address());
H A DnativeInst_x86.hpp126 address next_instruction_address() const { return addr_at(return_address_offset); } function in class:NativeCall
205 address next_instruction_address() const { return addr_at(next_instruction_offset); } function in class:NativeMovConstReg
304 address next_instruction_address() const;
391 address next_instruction_address() const { return addr_at(next_instruction_offset); } function in class:NativeJump
393 address dest = (int_at(data_offset)+next_instruction_address());
405 intptr_t val = dest - next_instruction_address();
H A DnativeInst_x86.cpp295 address NativeMovRegMem::next_instruction_address() const { function in class:NativeMovRegMem
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp58 // Force the set to generate the fixed sequence so next_instruction_address works
71 NativeJump* jump = nativeJump_at(move->next_instruction_address());
78 NativeJump* jump = nativeJump_at(move->next_instruction_address());
H A DnativeInst_sparc.hpp169 address next_instruction_address() const { return addr_at(BytesPerInstWord); } function in class:VALUE_OBJ_CLASS_SPEC
358 address next_instruction_address() const { return addr_at(instruction_size); } function in class:NativeCall
460 address next_instruction_address() const { return addr_at(instruction_size); } function in class:NativeFarCall
531 address next_instruction_address() const { return addr_at(instruction_size); } function in class:NativeMovConstReg
590 address next_instruction_address() const { return addr_at(instruction_size); } function in class:NativeMovConstRegPatching
673 address next_instruction_address() const { function in class:NativeMovRegMem
766 address next_instruction_address() const { function in class:NativeMovRegMemPatching
831 address next_instruction_address() const { return addr_at(instruction_size); } function in class:NativeJump
H A DnativeInst_sparc.cpp225 nc = nativeCall_overwriting_at( nc->next_instruction_address() );
353 RelocIterator iter(nm, instruction_address(), next_instruction_address());
400 nm = nativeMovConstReg_at( nm->next_instruction_address() );
463 RelocIterator iter(nm, instruction_address(), next_instruction_address());
512 nm = nativeMovConstRegPatching_at( nm->next_instruction_address() );
530 int instruction_size = next_instruction_address() - instruction_address();
653 nm = nativeMovRegMem_at( nm->next_instruction_address() );
676 int instruction_size = next_instruction_address() - instruction_address();
797 nm = nativeMovRegMemPatching_at( nm->next_instruction_address() );
881 nj = nativeJump_at( nj->next_instruction_address() );
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp75 address next_instruction_address() const { function in class:NativeCall
114 address next_instruction_address() const { function in class:NativeMovConstReg
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp528 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
591 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
670 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1720 RelocIterator iter(nm, call->instruction_address(), call->next_instruction_address());

Completed in 55 milliseconds