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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.cpp38 case ITEM_Null: return null_type();
H A DverificationType.hpp133 static VerificationType null_type() { return VerificationType(Null); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dverifier.cpp748 VerificationType::null_type(), CHECK_VERIFY(this));
958 VerificationType::null_type(), CHECK_VERIFY(this));
/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp193 static ciType* null_type() { return ciType::make((BasicType)T_NULL); } function in class:ciTypeFlow::StateVector
274 return type == null_type() || !type->is_primitive_type();
340 assert(type_at_tos() == null_type() ||
349 if (array == null_type()) return NULL;
355 if (array == null_type()) return NULL;
360 push(null_type());
H A DciTypeFlow.cpp279 // Special case null_type. null_type meet any reference type T
280 // is T. null_type meet null_type is null_type.
281 if (t1->equals(null_type())) {
282 if (!t2->is_primitive_type() || t2->equals(null_type())) {
285 } else if (t2->equals(null_type())) {
562 push(null_type());
1490 } else if (type == null_type()) {
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dtype.cpp194 assert(type == ciTypeFlow::StateVector::null_type(), "");
217 assert(type != ciTypeFlow::StateVector::null_type(), "");

Completed in 162 milliseconds