Searched refs:type2char (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciUtilities.cpp43 char c = type2char(t);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp91 if (type2char((BasicType)i) != 0) {
92 assert(char2type(type2char((BasicType)i)) == i, "proper inverses");
H A DglobalDefinitions.hpp521 inline char type2char(BasicType t) { return (uint)t < T_CONFLICT+1 ? type2char_tab[t] : 0; } function
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp375 output()->print(" (%c)", type2char(x->field()->type()->basic_type()));
383 output()->print(" (%c)", type2char(x->field()->type()->basic_type()));
395 output()->print(" (%c)", type2char(x->elt_type()));
403 output()->print(" (%c)", type2char(x->elt_type()));
H A Dc1_LIR.cpp180 return ::type2char(t);
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp162 pdep->data_type = (jbyte) type2char(dtype);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp457 buffer.put(type2char(bt));
H A DjvmtiEnv.cpp2113 char tchar = type2char(java_lang_Class::primitive_type(k_mirror));
H A DjvmtiTagMap.cpp1108 jvmtiPrimitiveType elem_type = (jvmtiPrimitiveType)type2char(type);

Completed in 74 milliseconds