Searched refs:NativeJump (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp38 NativeJump::instruction_size +
63 NativeJump* jump = nativeJump_at(move->next_instruction_address());
72 NativeJump* jump = nativeJump_at(move->next_instruction_address());
H A DnativeInst_x86.hpp41 // - - NativeJump
380 class NativeJump: public NativeInstruction { class in inherits:NativeInstruction
416 inline friend NativeJump* nativeJump_at(address address);
430 inline NativeJump* nativeJump_at(address address) {
431 NativeJump* jump = (NativeJump*)(address - NativeJump::instruction_offset);
537 inline bool NativeInstruction::is_jump() { return ubyte_at(0) == NativeJump::instruction_code ||
H A DnativeInst_x86.cpp424 void NativeJump::verify() {
431 void NativeJump::insert(address code_pos, address entry) {
443 void NativeJump::check_verified_entry_alignment(address entry, address verified_entry) {
476 void NativeJump::patch_verified_entry(address entry, address verified_entry, address dest) {
489 NativeJump* n_jump = (NativeJump*) verified_entry;
H A DrelocInfo_x86.cpp104 NativeJump* nj = nativeJump_at(addr());
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.cpp49 void NativeJump::patch_verified_entry(address entry,
H A DnativeInst_zero.hpp40 // - - NativeJump
150 class NativeJump : public NativeInstruction { class in inherits:NativeInstruction
173 inline NativeJump* nativeJump_at(address address) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp40 NativeJump::instruction_size + // sethi; jmp; delay slot
71 NativeJump* jump = nativeJump_at(move->next_instruction_address());
78 NativeJump* jump = nativeJump_at(move->next_instruction_address());
H A DnativeInst_sparc.hpp42 // - - NativeJump
445 // That is, it is essentially the same as a NativeJump.
810 class NativeJump;
811 inline NativeJump* nativeJump_at(address address);
812 class NativeJump: public NativeInstruction { class in inherits:NativeInstruction
852 friend inline NativeJump* nativeJump_at(address address) {
853 NativeJump* jump = (NativeJump*)address;
H A DnativeInst_sparc.cpp106 // NativeJump::set_jump_destination, and NativePushImm32::set_data
263 assert((int)instruction_size == (int)NativeJump::instruction_size, "same as jump_to");
818 void NativeJump::verify() {
844 void NativeJump::print() {
849 // Code for unit testing implementation of NativeJump class
850 void NativeJump::test() {
855 NativeJump* nj;
891 // End code for unit testing implementation of NativeJump class
894 void NativeJump::insert(address code_pos, address entry) {
901 void NativeJump
[all...]
/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());
H A Dnmethod.cpp1116 low_boundary += NativeJump::instruction_size;
1117 // %%% Note: On SPARC we patch only a 4-byte trap, not a full NativeJump.
1307 NativeJump::patch_verified_entry(entry_point(), verified_entry_point(),
1592 low_boundary += NativeJump::instruction_size;
1593 // %%% Note: On SPARC we patch only a 4-byte trap, not a full NativeJump.
1720 low_boundary += NativeJump::instruction_size;
1721 // %%% Note: On SPARC we patch only a 4-byte trap, not a full NativeJump.
2238 NativeJump::check_verified_entry_alignment(entry_point(), verified_entry_point());
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1034 NativeJump::patch_verified_entry(nm->entry_point(), nm->verified_entry_point(),

Completed in 115 milliseconds