Searched defs:nop_instruction_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp58 nop_instruction_size = 1 enumerator in enum:VALUE_OBJ_CLASS_SPEC::Intel_specific_constants
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp52 nop_instruction_size = 4 enumerator in enum:VALUE_OBJ_CLASS_SPEC::Sparc_specific_constants
H A Dc1_LIRAssembler_sparc.cpp3083 if (code_offset() - offset != NativeInstruction::nop_instruction_size) {
3086 assert(code_offset() - offset == NativeInstruction::nop_instruction_size, member in class:NativeInstruction

Completed in 35 milliseconds