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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp108 inline NativeCall* nativeCall_at(address address) { function
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp109 inline NativeCall* nativeCall_at(address address);
146 inline friend NativeCall* nativeCall_at(address address);
159 nativeCall_at(instr)->destination() == target;
168 inline NativeCall* nativeCall_at(address address) { function
H A DrelocInfo_x86.cpp85 return nativeCall_at(addr())->destination() + adj;
102 nativeCall_at(addr())->set_destination(x);
H A DnativeInst_x86.cpp87 NativeCall* n_call = nativeCall_at (instr_addr); // checking that it is a call
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp152 NativeCall* call = nativeCall_at(addr());
168 NativeCall* call = nativeCall_at(addr());
H A DnativeInst_sparc.hpp344 inline NativeCall* nativeCall_at(address instr);
374 friend inline NativeCall* nativeCall_at(address instr);
382 assert(nativeCall_at(instr)->destination() == destination, "correct call destination");
404 nativeCall_at(instr)->destination() == target;
414 inline NativeCall* nativeCall_at(address instr) { function
433 friend inline NativeFarCall* nativeFarCall_at(address instr) { return (NativeFarCall*)nativeCall_at(instr); }
H A DnativeInst_sparc.cpp159 NativeCall* n_call = nativeCall_at (instr_addr); // checking that it is a call
222 nc = nativeCall_at( cb.insts_begin() );
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp169 CompiledIC* c_ic = new CompiledIC(nativeCall_at(call_site));
H A DcompiledIC.cpp473 : _ic_call(nativeCall_at(ic_reloc->addr())),

Completed in 48 milliseconds