Searched refs:oop_is_constMethod (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodKlass.hpp40 bool oop_is_constMethod() const { return true; } function in class:constMethodKlass
61 assert(k->klass_part()->oop_is_constMethod(), "cast to constMethodKlass");
H A Dklass.hpp590 virtual bool oop_is_constMethod() const { return false; } function
H A Doop.inline.hpp161 inline bool oopDesc::is_constMethod() const { return blueprint()->oop_is_constMethod(); }
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp227 DEF_KLASS_HANDLE(constMethodKlass , oop_is_constMethod )

Completed in 1090 milliseconds