Searched refs:bogus_type (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/hotspot/src/share/vm/classfile/ |
| H A D | stackMapFrame.cpp | 43 _locals[i] = VerificationType::bogus_type(); 46 _stack[i] = VerificationType::bogus_type(); 111 CHECK_VERIFY_(verifier(), VerificationType::bogus_type())); 120 Symbol* sig = ss.as_symbol(CHECK_(VerificationType::bogus_type())); 125 CHECK_(VerificationType::bogus_type())); 137 case T_VOID: return VerificationType::bogus_type(); 141 return VerificationType::bogus_type(); 259 return VerificationType::bogus_type(); 263 top, verifier(), CHECK_(VerificationType::bogus_type())); 269 return VerificationType::bogus_type(); [all...] |
| H A D | stackMapFrame.hpp | 75 _locals[i] = VerificationType::bogus_type(); 84 _stack[i] = VerificationType::bogus_type(); 142 _locals[i] = VerificationType::bogus_type(); 145 _stack[i] = VerificationType::bogus_type(); 182 _stack[i] = VerificationType::bogus_type(); 229 return VerificationType::bogus_type(); 241 top, verifier(), CHECK_(VerificationType::bogus_type()));
|
| H A D | stackMapTable.cpp | 188 return VerificationType::bogus_type(); 205 return VerificationType::bogus_type(); 210 return VerificationType::bogus_type();
|
| H A D | verificationType.cpp | 32 case ITEM_Top: return bogus_type(); 40 return bogus_type(); 100 CHECK_(VerificationType::bogus_type())); 105 CHECK_(VerificationType::bogus_type())); 109 return VerificationType::bogus_type();
|
| H A D | verificationType.hpp | 127 VerificationType() { *this = bogus_type(); } 130 static VerificationType bogus_type() { return VerificationType(Bogus); } function in class:VALUE_OBJ_CLASS_SPEC 131 static VerificationType top_type() { return bogus_type(); } // alias
|
| H A D | verifier.cpp | 299 return TypeOrigin(BAD_INDEX, index, NULL, VerificationType::bogus_type()); 312 VerificationType::bogus_type()); 1525 if (return_type != VerificationType::bogus_type()) { 2509 return VerificationType::bogus_type(); 2514 from_bt[index], 2, CHECK_(VerificationType::bogus_type())); 2636 if (return_type == VerificationType::bogus_type()) {
|
Completed in 62 milliseconds