Searched defs:IsNull (Results 1 - 5 of 5) sorted by relevance

/art/runtime/mirror/
H A Dobject_reference.h75 DCHECK(IsNull());
78 bool IsNull() const { function in class:art::mirror::ObjectReference
130 DCHECK(IsNull());
133 bool IsNull() const { function in class:art::mirror::HeapReference
/art/runtime/
H A Dobj_ptr.h97 ALWAYS_INLINE bool IsNull() const { function in class:art::ObjPtr
122 return IsNull();
136 return !IsNull();
H A Dquicken_info.h50 bool IsNull() const { function in class:art::QuickenInfoTable
H A Dgc_root.h194 DCHECK(!IsNull());
197 DCHECK(!IsNull());
202 if (!IsNull()) {
211 ALWAYS_INLINE bool IsNull() const { function in class:art::GcRoot
213 return root_.IsNull();
248 if (!root.IsNull()) {
256 if (!root->IsNull()) {
295 if (!root.IsNull()) {
303 if (!root->IsNull()) {
/art/runtime/verifier/
H A Dreg_type.h132 virtual bool IsNull() const { return false; } function in class:art::verifier::RegType
134 return IsNonZeroReferenceTypes() || IsZero() || IsNull();
137 return IsZero() || IsNull();
176 bool result = !klass_.IsNull();
196 DCHECK(!klass_.IsNull()) << Dump();
867 bool IsNull() const OVERRIDE {

Completed in 148 milliseconds