Searched refs:uninitialized_type (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp167 static VerificationType uninitialized_type(u2 bci) function in class:VALUE_OBJ_CLASS_SPEC
170 { return uninitialized_type(BciForThis); }
H A DstackMapTable.cpp192 return VerificationType::uninitialized_type(offset);
H A Dverifier.cpp1636 type = VerificationType::uninitialized_type(bci);

Completed in 107 milliseconds