Searched refs:is_method_type (Results 1 - 9 of 9) 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");
H A DciEnv.cpp631 } else if (tag.is_method_type()) {
/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() ||
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp411 } else if (tag_old.is_method_type() && tag_new.is_method_type()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp238 if (tag.is_method_handle() || tag.is_method_type()) {
H A DbytecodeTracer.cpp318 } else if (tag.is_method_type()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp486 assert(tag_at(which).is_method_type(), "Corrupted constant pool");
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2008 } else if (tag.is_method_type()) {

Completed in 50 milliseconds