Searched refs:is_call (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp84 if (ni->is_call()) {
101 if (ni->is_call()) {
H A DnativeInst_x86.hpp63 inline bool is_call();
158 return nativeInstruction_at(instr)->is_call() &&
534 inline bool NativeInstruction::is_call() { return ubyte_at(0) == NativeCall::instruction_code; } function in class:NativeInstruction
H A Dassembler_x86.cpp845 } else if (r->is_call() || format == call32_operand) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp57 bool is_call() { return is_op(long_at(0), Assembler::call_op); } function in class:VALUE_OBJ_CLASS_SPEC
395 return nativeInstruction_at(instr)->is_call();
399 return nativeInstruction_at(instr - return_address_offset)->is_call();
403 return nativeInstruction_at(instr)->is_call() &&
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp828 virtual bool is_call() { return false; } function in class:VALUE_OBJ_CLASS_SPEC
912 bool is_call() { return true; } function in class:CallRelocation

Completed in 500 milliseconds