Searched refs:is_java_object (Results 1 - 5 of 5) 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
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2633 assert(o->is_java_object(), "must be java language object");

Completed in 64 milliseconds