Searched refs:char2type (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldType.cpp42 return char2type(signature->byte_at(0));
88 BasicType element_type = char2type(element[0]);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp92 assert(char2type(type2char((BasicType)i)) == i, "proper inverses");
97 assert(char2type(0) == T_ILLEGAL, "correct illegality");
H A DglobalDefinitions.hpp503 inline BasicType char2type(char c) { function
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp429 BasicType bt = char2type(sig->byte_at(0));
510 if (array && char2type(ch) != T_ILLEGAL && !keep_arrays) {
517 n = type2name(char2type(ch));
H A DjvmtiImpl.cpp681 BasicType slot_type = char2type(signature[0]);

Completed in 53 milliseconds