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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp108 inst2 = ip->long_at( NativeInstruction::nop_instruction_size );
111 guarantee(ip->long_at(NativeInstruction::nop_instruction_size) == NativeInstruction::set_data32_simm13( inst2, (intptr_t)np),
114 ip->set_long_at(NativeInstruction::nop_instruction_size, NativeInstruction::set_data32_simm13( inst2, (intptr_t)np));
H A DnativeInst_sparc.hpp50 nop_instruction_size = 4 enumerator in enum:VALUE_OBJ_CLASS_SPEC::Sparc_specific_constants
H A Dc1_LIRAssembler_sparc.cpp2998 if (code_offset() - offset != NativeInstruction::nop_instruction_size) {
3001 assert(code_offset() - offset == NativeInstruction::nop_instruction_size, member in class:NativeInstruction
/openjdk10/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp81 nop_instruction_size = 2 enumerator in enum:VALUE_OBJ_CLASS_SPEC::z_specific_constants
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp58 nop_instruction_size = 1 enumerator in enum:VALUE_OBJ_CLASS_SPEC::Intel_specific_constants

Completed in 168 milliseconds