Searched defs:oop_is_constantPoolCache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheKlass.hpp36 bool oop_is_constantPoolCache() const { return true; } function in class:constantPoolCacheKlass
47 assert(k->klass_part()->oop_is_constantPoolCache(), "cast to constantPoolCacheKlass");
H A Dklass.hpp593 virtual bool oop_is_constantPoolCache() const { return false; } function

Completed in 698 milliseconds