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

/openjdk7/hotspot/src/share/vm/ci/
H A DciType.hpp79 bool is_type() { return true; } function in class:ciType
H A DciObject.hpp154 virtual bool is_type() { return false; } function in class:ciObject
250 assert(is_type(), "bad cast");
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp192 inline bool is_type(MEMFLAGS flags) const { function in class:MallocMem
263 inline bool is_type(MEMFLAGS flags) const { function in class:VMMem
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp172 } else if (obj->is_type()) {

Completed in 814 milliseconds