Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dobject_reference.h141 bool IsNull() const { in IsNull() function
196 bool IsNull() const { in IsNull() function
/aosp12/art/runtime/
H A Dreflective_reference.h48 bool IsNull() const { in IsNull() function
H A Dobj_ptr.h79 OBJPTR_INLINE bool IsNull() const { in IsNull() function
H A Dquicken_info.h50 bool IsNull() const { in IsNull() function
H A Dreflective_handle.h56 ALWAYS_INLINE bool IsNull() const { in IsNull() function
H A Dclass_table-inl.h131 inline bool ClassTable::TableSlot::IsNull() const { in IsNull() function
H A Dhandle.h91 ALWAYS_INLINE bool IsNull() const { in IsNull() function
H A Dgc_root.h212 ALWAYS_INLINE bool IsNull() const { in IsNull() function
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h85 bool IsNull() const { return !o; } in IsNull() function
/aosp12/art/runtime/verifier/
H A Dreg_type.h132 virtual bool IsNull() const { return false; } in IsNull() function
859 bool IsNull() const override { in IsNull() function
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc1213 bool IsNull() const REQUIRES_SHARED(art::Locks::mutator_lock_) { in IsNull() function in openjdkjvmti::RedefinitionDataHolder