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

/art/runtime/mirror/
H A Dobject_reference.h46 DCHECK(IsNull());
49 bool IsNull() const { function in class:art::mirror::ObjectReference
/art/runtime/
H A Dgc_root.h176 DCHECK(!IsNull());
179 DCHECK(!IsNull());
184 if (!IsNull()) {
193 ALWAYS_INLINE bool IsNull() const { function in class:art::GcRoot
195 return root_.IsNull();
226 if (!root.IsNull()) {
234 if (!root->IsNull()) {

Completed in 188 milliseconds