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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp94 // If the type is "data_prefix_tag" then the offset bits are further encoded,
272 data_prefix_tag = 15, // tag for a prefix (carries data arguments) enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
350 bool is_prefix() const { return type() == data_prefix_tag; }
380 return relocInfo(relocInfo::data_prefix_tag, RAW_BITS, data0);
471 return relocInfo(relocInfo::data_prefix_tag, relocInfo::RAW_BITS, relocInfo::datalen_tag | datalen);

Completed in 36 milliseconds