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

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp43 _locals[i] = VerificationType::bogus_type();
46 _stack[i] = VerificationType::bogus_type();
96 CHECK_VERIFY_(verifier(), VerificationType::bogus_type()));
105 Symbol* sig = ss.as_symbol(CHECK_(VerificationType::bogus_type()));
110 CHECK_(VerificationType::bogus_type()));
122 case T_VOID: return VerificationType::bogus_type();
126 return VerificationType::bogus_type();
204 return VerificationType::bogus_type();
208 top, verifier(), false, CHECK_(VerificationType::bogus_type()));
214 return VerificationType::bogus_type();
[all...]
H A DverificationType.cpp33 case ITEM_Top: return bogus_type();
41 return bogus_type();
132 CHECK_(VerificationType::bogus_type()));
137 CHECK_(VerificationType::bogus_type()));
141 return VerificationType::bogus_type();
H A DstackMapFrame.hpp75 _locals[i] = VerificationType::bogus_type();
84 _stack[i] = VerificationType::bogus_type();
142 _locals[i] = VerificationType::bogus_type();
145 _stack[i] = VerificationType::bogus_type();
177 _stack[i] = VerificationType::bogus_type();
224 return VerificationType::bogus_type();
236 top, verifier(), false, CHECK_(VerificationType::bogus_type()));
H A DverificationType.hpp128 VerificationType() { *this = bogus_type(); }
131 static VerificationType bogus_type() { return VerificationType(Bogus); } function in class:VALUE_OBJ_CLASS_SPEC
132 static VerificationType top_type() { return bogus_type(); } // alias
H A DstackMapTable.cpp174 return VerificationType::bogus_type();
190 return VerificationType::bogus_type();
195 return VerificationType::bogus_type();
H A Dverifier.cpp337 return TypeOrigin(BAD_INDEX, index, NULL, VerificationType::bogus_type());
350 VerificationType::bogus_type());
1584 if (return_type != VerificationType::bogus_type()) {
2910 return VerificationType::bogus_type();
2915 from_bt[index], 2, CHECK_(VerificationType::bogus_type()));
3038 if (return_type == VerificationType::bogus_type()) {

Completed in 153 milliseconds