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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp315 value_width = sizeof(unsigned short) * BitsPerByte, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon207
317 nontype_width = value_width - type_width,
403 static int data0_from_int(jint x) { return x >> value_width; }
406 return (data[0] << value_width) + (unsigned short)data[1];

Completed in 26 milliseconds