Searched refs:IsNull (Results 1 – 25 of 29) sorted by relevance
12
80 DCHECK(!IsNull()); in VisitRoot()82 DCHECK(!IsNull()); in VisitRoot()86 if (!IsNull()) { in VisitRootIfNonNull()96 bool IsNull() const { in IsNull() function
113 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()
306 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()
53 CHECK(!imt_unimplemented_method_.IsNull()); in GetImtUnimplementedMethod()
49 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()
252 (table_[i_].GetReference()->IsNull() || in SkipNullsAndTombstones()
112 return item.IsNull(); in IsEmpty()
208 while (!sorted_entries.empty() && sorted_entries.back().IsNull()) { in Dump()
199 DCHECK(!class_roots_.IsNull()); in GetClassRoot()
25 CHECK(java_lang_ref_Reference_.IsNull()); in SetClass()31 CHECK(!java_lang_ref_Reference_.IsNull()); in ResetClass()
32 CHECK(java_lang_StackTraceElement_.IsNull()); in SetClass()38 CHECK(!java_lang_StackTraceElement_.IsNull()); in ResetClass()
35 CHECK(java_lang_reflect_ArtField_.IsNull()); in SetClass()41 CHECK(!java_lang_reflect_ArtField_.IsNull()); in ResetClass()
162 CHECK(array_class_.IsNull()); in SetArrayClass()168 DCHECK(!array_class_.IsNull()); in GetArrayClass()173 CHECK(!array_class_.IsNull()); in ResetArrayClass()
130 CHECK(java_lang_Throwable_.IsNull()); in SetClass()136 CHECK(!java_lang_Throwable_.IsNull()); in ResetClass()
50 DCHECK(!java_lang_Throwable_.IsNull()); in GetJavaLangThrowable()
55 CHECK(java_lang_String_.IsNull()); in SetClass()61 CHECK(!java_lang_String_.IsNull()); in ResetClass()
60 DCHECK(!java_lang_StackTraceElement_.IsNull()); in GetStackTraceElement()
98 DCHECK(!java_lang_ref_Reference_.IsNull()); in GetJavaLangRefReference()
80 CHECK(java_lang_reflect_ArtMethod_.IsNull()); in SetClass()86 CHECK(!java_lang_reflect_ArtMethod_.IsNull()); in ResetClass()
123 DCHECK(!java_lang_String_.IsNull()); in GetJavaLangString()
139 DCHECK(!java_lang_reflect_ArtField_.IsNull()); in GetJavaLangReflectArtField()
42 CHECK(java_lang_Class_.IsNull()) in SetClassClass()50 CHECK(!java_lang_Class_.IsNull()); in ResetClass()
46 DCHECK(!java_lang_reflect_ArtMethod_.IsNull()); in GetJavaLangReflectArtMethod()
963 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()
508 if (cur_entry->klass_.IsNull() && cur_entry->IsConstant() && in FromCat1NonSmallConstant()