Searched defs:type2char (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/utilities/ | ||
H A D | globalDefinitions.hpp | 521 inline char type2char(BasicType t) { return (uint)t < T_CONFLICT+1 ? type2char_tab[t] : 0; } function |
Completed in 37 milliseconds