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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp268 bool NativeFarCall::is_call_at(address instr) { function in class:NativeFarCall
H A DnativeInst_sparc.hpp394 static bool is_call_at(address instr) { function in class:NativeCall
500 static bool is_call_at(address instr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp149 static bool is_call_at(address instr) { function in class:NativeCall
154 return is_call_at(return_address - NativeCall::return_address_offset);

Completed in 56 milliseconds