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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodType.hpp51 bool is_method_type() const { return true; } function in class:ciMethodType
H A DciObject.hpp149 virtual bool is_method_type() const { return false; } function in class:ciObject
230 assert(is_method_type(), "bad cast");
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp87 bool is_method_type() const { return _tag == JVM_CONSTANT_MethodType; } function in class:VALUE_OBJ_CLASS_SPEC
93 is_method_type() || is_method_handle() ||

Completed in 30 milliseconds