Searched refs:uninitialized_this_type (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp70 if (old_object == VerificationType::uninitialized_this_type()) {
85 _locals[0] = VerificationType::uninitialized_this_type();
H A DverificationType.hpp169 static VerificationType uninitialized_this_type() function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapTable.cpp182 return VerificationType::uninitialized_this_type();
H A Dverifier.cpp2261 if (stack_object_type == VerificationType::uninitialized_this_type() &&
2519 if (type == VerificationType::uninitialized_this_type()) {

Completed in 55 milliseconds