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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DClass2HTML.java164 String short_type = Utility.compactClassName(type);
165 short_type = Utility.compactClassName(short_type, class_package + ".", true);
177 return "<A HREF=\"" + type + ".html\" TARGET=_top>" + short_type + "</A>";
/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp142 static VerificationType short_type() { return VerificationType(Short); } function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp117 case T_SHORT: return VerificationType::short_type();

Completed in 47 milliseconds