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

/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 48 milliseconds