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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp88 } else if (ni->is_cond_jump()) {
116 } else if (ni->is_cond_jump()) {
H A DnativeInst_x86.hpp67 inline bool is_cond_jump();
539 inline bool NativeInstruction::is_cond_jump() { return (int_at(0) & 0xF0FF) == 0x800F /* long jump */ || function in class:NativeInstruction
H A DnativeInst_x86.cpp533 ((NativeInstruction *)this)->is_cond_jump(), "not a general jump instruction");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp102 bool is_cond_jump() { function in class:VALUE_OBJ_CLASS_SPEC
H A DnativeInst_sparc.cpp977 ((NativeInstruction *)this)->is_cond_jump(), "not a general jump instruction");

Completed in 123 milliseconds