Searched refs:is_nop (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | nativeInst_x86.hpp | 61 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 D | nativeInst_sparc.hpp | 56 bool is_nop() { return long_at(0) == nop_instruction(); } function in class:VALUE_OBJ_CLASS_SPEC |
H A D | nativeInst_sparc.cpp | 40 return !is_nop(); |
Completed in 3486 milliseconds