Searched refs:is_cpcache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.hpp55 bool is_cpcache() const { return true; } function in class:ciCPCache
H A DciObject.hpp143 virtual bool is_cpcache() const { return false; } function in class:ciObject
206 assert(is_cpcache(), "bad cast");
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2624 } else if (o->is_cpcache()) {

Completed in 45 milliseconds