Searched defs:is_java_object (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciNullObject.hpp48 bool is_java_object() { return true; } function in class:ciNullObject
H A DciInstance.hpp60 bool is_java_object() { return true; } function in class:ciInstance
H A DciArray.hpp59 bool is_java_object() { return true; } function in class:ciArray
H A DciObject.hpp175 virtual bool is_java_object() { return false; } function in class:ciObject

Completed in 32 milliseconds