Searched defs:is_call (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp121 bool is_call() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_32.hpp113 bool is_call() const { return is_bl() || is_fat_call(); } function in class:VALUE_OBJ_CLASS_SPEC
H A DnativeInst_arm_64.hpp128 bool is_call() const { return is_bl() || is_far_call() || is_ic_call(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp688 inline bool NativeInstruction::is_call() { return ubyte_at(0) == NativeCall::instruction_code; } function in class:NativeInstruction
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp54 bool is_call() { return is_op(long_at(0), Assembler::call_op); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.hpp814 virtual bool is_call() { return false; } function in class:VALUE_OBJ_CLASS_SPEC
896 bool is_call() { return true; } function in class:CallRelocation

Completed in 57 milliseconds