Searched defs:type2name (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java169 public static String type2name(int tp) { method in class:AttributeList
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp396 const char* MemBaseline::type2name(MEMFLAGS type) { function in class:MemBaseline
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp524 inline const char* type2name(BasicType t) { return (uint)t < T_CONFLICT+1 ? type2name_tab[t] : NULL; } function

Completed in 27 milliseconds