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

/openjdk7/hotspot/src/share/vm/ci/
H A DciType.hpp72 bool is_primitive_type() const { return basic_type() != T_OBJECT && basic_type() != T_ARRAY; } function in class:ciType
80 bool is_classless() const { return is_primitive_type(); }

Completed in 29 milliseconds