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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp132 static VerificationType null_type() { return VerificationType(Null); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/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());

Completed in 41 milliseconds