Searched refs:nativeJump_at (Results 1 - 8 of 8) 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 DrelocInfo_x86.cpp87 return nativeJump_at(addr())->jump_destination() + adj;
104 NativeJump* nj = nativeJump_at(addr());
H A DnativeInst_x86.hpp416 inline friend NativeJump* nativeJump_at(address address);
430 inline NativeJump* nativeJump_at(address address) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp71 NativeJump* jump = nativeJump_at(move->next_instruction_address());
78 NativeJump* jump = nativeJump_at(move->next_instruction_address());
H A DnativeInst_sparc.cpp265 nativeJump_at(addr_at(0))->verify();
878 nj = nativeJump_at( cb.insts_begin() );
881 nj = nativeJump_at( nj->next_instruction_address() );
H A DnativeInst_sparc.hpp811 inline NativeJump* nativeJump_at(address address);
852 friend inline NativeJump* nativeJump_at(address address) { function in class:NativeJump
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp173 inline NativeJump* nativeJump_at(address address) { function
/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());

Completed in 69 milliseconds