Searched refs:top_type (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c2126 fullinfo_type top_type = stack ? stack->item : 0; local
2128 *--stack_extra_info = top_type;
2134 if (top_type != MAKE_FULLINFO(ITEM_Integer, 0, 0))
2139 if (top_type != MAKE_FULLINFO(ITEM_Float, 0, 0))
2144 if ( (GET_ITEM_TYPE(top_type) != ITEM_Object)
2145 && (GET_INDIRECTION(top_type) == 0)) {
2148 if ( (WITH_ZERO_EXTRA_INFO(top_type) ==
2152 if ( (GET_ITEM_TYPE(top_type) == ITEM_NewObject
2153 || (GET_ITEM_TYPE(top_type) == ITEM_InitObject))
2161 if ( (GET_ITEM_TYPE(top_type)
[all...]
/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp132 static VerificationType top_type() { return bogus_type(); } // alias function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp265 // top_type() >= all non-extremal types >= bottom_type
274 if (t1->equals(top_type())) {
276 } else if (t2->equals(top_type())) {
354 _types[i] = top_type();
449 assert(type_at(c) == top_type(), "");
1486 if (type == top_type()) {
H A DciTypeFlow.hpp189 static ciType* top_type() { return ciType::make((BasicType)T_TOP); } function in class:ciTypeFlow::StateVector
/openjdk9/hotspot/src/share/vm/opto/
H A Dtype.cpp190 assert(type == ciTypeFlow::StateVector::top_type(), "");
216 assert(type != ciTypeFlow::StateVector::top_type(), "");

Completed in 107 milliseconds