Searched refs:is_vanilla_constructor (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp287 bool is_vanilla_constructor() const;
H A DciMethod.cpp1141 bool ciMethod::is_vanilla_constructor() const { FETCH_FLAG_FROM_VM(is_vanilla_constructor); } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp488 bool is_vanilla_constructor() const;
H A DmethodOop.cpp360 bool methodOopDesc::is_vanilla_constructor() const { function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2348 m->is_vanilla_constructor()) {
3902 if (constructor != NULL && constructor->is_vanilla_constructor()) {

Completed in 60 milliseconds