< prev index next > src/hotspot/share/ci/ciInstance.hpp
Print this page
public:
// If this object is a java mirror, return the corresponding type.
// Otherwise, return null.
// (Remember that a java mirror is an instance of java.lang.Class.)
! ciType* java_mirror_type();
// What kind of ciObject is this?
bool is_instance() { return true; }
// Constant value of a field.
public:
// If this object is a java mirror, return the corresponding type.
// Otherwise, return null.
// (Remember that a java mirror is an instance of java.lang.Class.)
! ciType* java_mirror_type(bool* is_null_free_array = nullptr);
// What kind of ciObject is this?
bool is_instance() { return true; }
// Constant value of a field.
< prev index next >