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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.cpp223 assert((InteriorEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
226 assert((CodeEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
227 assert((OptoLoopAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp198 int max_pad = block_alignment-relocInfo::addr_unit();
200 assert(is_power_of_2(max_pad+relocInfo::addr_unit()), "");
H A Doutput.cpp313 if( b->loop_alignment() > (uint)relocInfo::addr_unit() ) {
390 blk_size += (mach->alignment_required() - 1) * relocInfo::addr_unit(); // assume worst case padding
449 int max_loop_pad = nb->code_alignment()-relocInfo::addr_unit();
451 assert(is_power_of_2(max_loop_pad+relocInfo::addr_unit()), "");
H A Dblock.cpp89 return relocInfo::addr_unit(); // no particular alignment
94 int unit_sz = relocInfo::addr_unit();
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp340 static int addr_unit() { return offset_unit; } function in class:VALUE_OBJ_CLASS_SPEC
789 int offset = -byte_offset / relocInfo::addr_unit();
801 int byte_offset = -( offset * relocInfo::addr_unit() );

Completed in 38 milliseconds