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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp281 : _value((type << nontype_width) + bits) { }
284 : _value((type << nontype_width) + (off / (unsigned)offset_unit) + (f << offset_width)) { }
317 nontype_width = value_width - type_width, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon207
318 datalen_width = nontype_width-1,
326 relocType type() const { return (relocType)((unsigned)_value >> nontype_width); }
444 offset_width = nontype_width - format_width,

Completed in 34 milliseconds