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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp318 datalen_width = nontype_width-1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon207
319 datalen_tag = 1 << datalen_width, // or-ed into _value
320 datalen_limit = 1 << datalen_width,
321 datalen_mask = (1 << datalen_width)-1
1282 // We require every bits value to NOT to fit into relocInfo::datalen_width,

Completed in 34 milliseconds