Searched refs:is_pcrelative (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/cpu/ppc/vm/
H A DrelocInfo_ppc.cpp79 return call->destination() + (intptr_t)(call->is_pcrelative() ? adj : 0);
82 return jump->jump_destination() + (intptr_t)(jump->is_pcrelative() ? adj : 0);
H A DnativeInst_ppc.hpp206 bool is_pcrelative() { function in class:NativeFarCall
298 bool is_pcrelative() { function in class:NativeJump
/openjdk9/hotspot/src/cpu/s390/vm/
H A DrelocInfo_s390.cpp113 if (call->is_pcrelative()) {
156 if (call->is_pcrelative()) {
H A DnativeInst_s390.hpp393 bool is_pcrelative() { function in class:NativeCall
445 bool is_pcrelative() { function in class:NativeFarCall

Completed in 123 milliseconds