Searched defs:NativeCall (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp37 // - - NativeCall
65 class NativeCall : public NativeInstruction { class in inherits:NativeInstruction
104 inline NativeCall* nativeCall_before(address return_address) {
108 inline NativeCall* nativeCall_at(address address) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp36 // - - NativeCall
109 inline NativeCall* nativeCall_at(address address);
110 // The NativeCall is an abstraction for accessing/manipulating native call imm32/rel32off
113 class NativeCall: public NativeInstruction { class in inherits:NativeInstruction
146 inline friend NativeCall* nativeCall_at(address address);
147 inline friend NativeCall* nativeCall_before(address return_address);
150 return ((*instr) & 0xFF) == NativeCall::instruction_code;
154 return is_call_at(return_address - NativeCall::return_address_offset);
168 inline NativeCall* nativeCall_at(address address) {
169 NativeCall* cal
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp36 // - - NativeCall
342 // The NativeCall is an abstraction for accessing/manipulating native call imm32 instructions.
344 inline NativeCall* nativeCall_at(address instr);
345 inline NativeCall* nativeCall_overwriting_at(address instr,
347 inline NativeCall* nativeCall_before(address return_address);
348 class NativeCall: public NativeInstruction { class in inherits:NativeInstruction
374 friend inline NativeCall* nativeCall_at(address instr);
375 friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
377 NativeCall* call = (NativeCall*)inst
[all...]

Completed in 95 milliseconds