Searched defs:is_nop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp61 bool is_nop() { return ubyte_at(0) == nop_instruction_code; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp56 bool is_nop() { return long_at(0) == nop_instruction(); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 26 milliseconds