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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp109 Double_2nd = (ITEM_Double_2nd << 2 * BitsPerByte) | Category2_2nd, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon371
144 { return VerificationType(Double_2nd); }
186 bool is_double2() const { return (_u._data == Double_2nd); }
238 return VerificationType(is_long() ? Long_2nd : Double_2nd);
H A DverificationType.cpp160 case Double_2nd: st->print("double_2nd"); break;

Completed in 42 milliseconds