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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c2062 fullinfo_type top_type = stack ? stack->item : 0; local
2064 *--stack_extra_info = top_type;
2070 if (top_type != MAKE_FULLINFO(ITEM_Integer, 0, 0))
2075 if (top_type != MAKE_FULLINFO(ITEM_Float, 0, 0))
2080 if ( (GET_ITEM_TYPE(top_type) != ITEM_Object)
2081 && (GET_INDIRECTION(top_type) == 0)) {
2084 if ( (WITH_ZERO_EXTRA_INFO(top_type) ==
2088 if ( (GET_ITEM_TYPE(top_type) == ITEM_NewObject
2089 || (GET_ITEM_TYPE(top_type) == ITEM_InitObject))
2097 if ( (GET_ITEM_TYPE(top_type)
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp131 static VerificationType top_type() { return bogus_type(); } // alias function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp189 VerificationType top = VerificationType::top_type();
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp261 // top_type() >= all non-extremal types >= bottom_type
270 if (t1->equals(top_type())) {
272 } else if (t2->equals(top_type())) {
350 _types[i] = top_type();
445 assert(type_at(c) == top_type(), "");
1482 if (type == top_type()) {
H A DciTypeFlow.hpp189 static ciType* top_type() { return ciType::make((BasicType)T_TOP); } function in class:ciTypeFlow::StateVector
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp148 assert(type == ciTypeFlow::StateVector::top_type(), "");
174 assert(type != ciTypeFlow::StateVector::top_type(), "");

Completed in 73 milliseconds