Searched refs:nop_offset (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ | ||
H A D | nativeInst_sparc.hpp | 581 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 D | nativeInst_sparc.cpp | 418 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