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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodHandle.hpp39 bool is_method_handle() const { return true; } function in class:ciMethodHandle
H A DciObject.hpp148 virtual bool is_method_handle() const { return false; } function in class:ciObject
226 assert(is_method_handle(), "bad cast");
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp88 bool is_method_handle() const { return _tag == JVM_CONSTANT_MethodHandle; } function in class:VALUE_OBJ_CLASS_SPEC
93 is_method_type() || is_method_handle() ||

Completed in 42 milliseconds