Searched refs:nop_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp581 nop_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovConstRegPatching::Sparc_specific_constants
583 nop_offset = sethi_offset + BytesPerInstWord,
585 add_offset = nop_offset + BytesPerInstWord,
752 nop_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovRegMemPatching::Sparc_specific_constants
754 nop_offset = 4,
756 add_offset = nop_offset + BytesPerInstWord,
H A DnativeInst_sparc.cpp418 int i1 = long_at(nop_offset);
420 assert((int)nop_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");
689 assert((int)nop_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");

Completed in 117 milliseconds