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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp77 enum ValueTag { enum
96 const ValueTag _tag;
99 ValueType(ValueTag tag, int size): _tag(tag), _size(size) {}
107 ValueTag tag() const { return _tag; } // the 'canonical' tag (useful for type matching)

Completed in 53 milliseconds