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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp151 if (NativeCall::is_call_at(addr())) {
155 if (NativeFarCall::is_call_at(addr())) {
167 if (NativeCall::is_call_at(addr())) {
172 if (NativeFarCall::is_call_at(addr())) {
H A DnativeInst_sparc.hpp390 static bool is_call_at(address instr) { function in class:NativeCall
509 static bool is_call_at(address instr);
H A DnativeInst_sparc.cpp265 bool NativeFarCall::is_call_at(address instr) { function in class:NativeFarCall
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.cpp62 if (NativeCall::is_call_at(addr())) {
83 if (NativeCall::is_call_at(addr())) {
H A DnativeInst_aarch64.hpp116 static bool is_call_at(address instr) { function in class:VALUE_OBJ_CLASS_SPEC
122 return is_call_at(addr_at(0));
185 return is_call_at(return_address - NativeCall::return_address_offset);
H A DnativeInst_aarch64.cpp74 assert(NativeCall::is_call_at(addr_call), "unexpected code at call site");
/openjdk9/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp292 if (NativeCall::is_call_at(instr)) {
370 static bool is_call_at(address a) { function in class:NativeCall
390 return is_call_at(instr) && target == ((NativeCall *)instr)->destination();
H A DrelocInfo_s390.cpp111 if (NativeCall::is_call_at(inst_addr)) {
154 if (NativeCall::is_call_at(inst_addr)) {
H A DnativeInst_s390.cpp212 if (NativeCall::is_call_at(addr_at(0))) return;
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp142 static bool is_call_at(address a) { function in class:NativeCall
147 return NativeCall::is_call_at(return_address - 4);
H A DnativeInst_ppc.cpp153 if (!NativeCall::is_call_at(addr)) {
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp191 static bool is_call_at(address instr) { function in class:NativeCall
196 return is_call_at(return_address - NativeCall::return_address_offset);

Completed in 127 milliseconds