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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.cpp253 SignatureStream::SignatureStream(Symbol* signature, bool is_method) : argument
255 _begin = _end = (is_method ? 1 : 0); // skip first '(' in method signatures
H A Dsynchronizer.cpp1645 bool is_method, bool is_locking) {
1644 trace_locking(Handle locking_obj, bool is_compiled, bool is_method, bool is_locking) argument
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp56 bool is_method() const { return _tag == JVM_CONSTANT_Methodref; } function in class:VALUE_OBJ_CLASS_SPEC
84 bool is_field_or_method() const { return is_field() || is_method() || is_interface_method(); }
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp271 bool is_method() { return true; } function in class:ciMethod
H A DciObject.hpp146 virtual bool is_method() { return false; } function in class:ciObject
218 assert(is_method(), "bad cast");
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp160 inline bool oopDesc::is_method() const { return blueprint()->oop_is_method(); } function in class:oopDesc
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2207 bool is_method, TRAPS) {
2214 SignatureStream sig_strm(signature, is_method);
2264 assert(m->is_method(), "");
2277 if (vmtarget != NULL && vmtarget->is_method()) {
2205 check_signature_loaders(Symbol* signature, Handle loader1, Handle loader2, bool is_method, TRAPS) argument

Completed in 4384 milliseconds