Searched refs:is_empty_method (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp286 bool is_empty_method() const;
H A DciMethod.cpp1140 bool ciMethod::is_empty_method() const { FETCH_FLAG_FROM_VM(is_empty_method); } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp217 if (m->is_empty_method()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp485 bool is_empty_method() const;
H A DmethodOop.cpp257 if (is_accessor() || is_empty_method() || (code() != NULL)) {
354 bool methodOopDesc::is_empty_method() const { function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp342 if (method->is_empty_method()) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2340 if (m->is_empty_method()) {
3875 if (m != NULL && !m->is_empty_method()) {

Completed in 67 milliseconds