Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/
Dgc_root.h80 DCHECK(!IsNull()); in VisitRoot()
82 DCHECK(!IsNull()); in VisitRoot()
86 if (!IsNull()) { in VisitRootIfNonNull()
96 bool IsNull() const { in IsNull() function
Dindirect_reference_table.cc113 DCHECK(!pScan->GetReference()->IsNull()); in Add()
115 while (!pScan->GetReference()->IsNull()) { in Add()
197 if (!table_[topIndex - 1].GetReference()->IsNull()) { in Remove()
217 if (table_[idx].GetReference()->IsNull()) { in Remove()
Druntime.h306 return !resolution_method_.IsNull(); in HasResolutionMethod()
320 return !imt_conflict_method_.IsNull(); in HasImtConflictMethod()
337 return !default_imt_.IsNull(); in HasDefaultImt()
356 return !callee_save_methods_[type].IsNull(); in HasCalleeSaveMethod()
Druntime-inl.h53 CHECK(!imt_unimplemented_method_.IsNull()); in GetImtUnimplementedMethod()
Dindirect_reference_table-inl.h49 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()
Dindirect_reference_table.h252 (table_[i_].GetReference()->IsNull() || in SkipNullsAndTombstones()
Dintern_table.h112 return item.IsNull(); in IsEmpty()
Dreference_table.cc208 while (!sorted_entries.empty() && sorted_entries.back().IsNull()) { in Dump()
Dclass_linker-inl.h199 DCHECK(!class_roots_.IsNull()); in GetClassRoot()
/art/runtime/mirror/
Dreference.cc25 CHECK(java_lang_ref_Reference_.IsNull()); in SetClass()
31 CHECK(!java_lang_ref_Reference_.IsNull()); in ResetClass()
Dstack_trace_element.cc32 CHECK(java_lang_StackTraceElement_.IsNull()); in SetClass()
38 CHECK(!java_lang_StackTraceElement_.IsNull()); in ResetClass()
Dart_field.cc35 CHECK(java_lang_reflect_ArtField_.IsNull()); in SetClass()
41 CHECK(!java_lang_reflect_ArtField_.IsNull()); in ResetClass()
Darray.h162 CHECK(array_class_.IsNull()); in SetArrayClass()
168 DCHECK(!array_class_.IsNull()); in GetArrayClass()
173 CHECK(!array_class_.IsNull()); in ResetArrayClass()
Dthrowable.cc130 CHECK(java_lang_Throwable_.IsNull()); in SetClass()
136 CHECK(!java_lang_Throwable_.IsNull()); in ResetClass()
Dthrowable.h50 DCHECK(!java_lang_Throwable_.IsNull()); in GetJavaLangThrowable()
Dstring.cc55 CHECK(java_lang_String_.IsNull()); in SetClass()
61 CHECK(!java_lang_String_.IsNull()); in ResetClass()
Dstack_trace_element.h60 DCHECK(!java_lang_StackTraceElement_.IsNull()); in GetStackTraceElement()
Dreference.h98 DCHECK(!java_lang_ref_Reference_.IsNull()); in GetJavaLangRefReference()
Dart_method.cc80 CHECK(java_lang_reflect_ArtMethod_.IsNull()); in SetClass()
86 CHECK(!java_lang_reflect_ArtMethod_.IsNull()); in ResetClass()
Dstring.h123 DCHECK(!java_lang_String_.IsNull()); in GetJavaLangString()
Dart_field.h139 DCHECK(!java_lang_reflect_ArtField_.IsNull()); in GetJavaLangReflectArtField()
Dclass.cc42 CHECK(java_lang_Class_.IsNull()) in SetClassClass()
50 CHECK(!java_lang_Class_.IsNull()); in ResetClass()
Dart_method-inl.h46 DCHECK(!java_lang_reflect_ArtMethod_.IsNull()); in GetJavaLangReflectArtMethod()
/art/runtime/verifier/
Dreg_type.cc963 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
965 if (!klass_.IsNull()) { in CheckInvariants()
981 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
986 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
992 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
999 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
1005 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
Dreg_type_cache.cc508 if (cur_entry->klass_.IsNull() && cur_entry->IsConstant() && in FromCat1NonSmallConstant()

12