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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp94 Category2 = (Category2Flag << 1 * BitsPerByte) | Primitive, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180
105 Long = (ITEM_Long << 2 * BitsPerByte) | Category2,
106 Double = (ITEM_Double << 2 * BitsPerByte) | Category2,
199 bool is_category2() const { return ((_u._data & Category2) == Category2); }

Completed in 209 milliseconds