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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp532 } else if (rt == T_INT || is_subword_type(rt)) {
534 assert(ct == T_INT || is_subword_type(ct), err_msg_res("must match: rt=%s, ct=%s", type2name(rt), type2name(ct)));
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp430 if (is_subword_type(bt)) {
455 if (is_subword_type(bt))
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp493 inline bool is_subword_type(BasicType t) { function

Completed in 44 milliseconds