/art/runtime/mirror/ |
D | method.cc | 33 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass; in SetClass() 39 CHECK(!static_class_.IsNull()); in ResetClass() 44 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass; in SetArrayClass() 50 CHECK(!array_class_.IsNull()); in ResetArrayClass() 73 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass; in SetClass() 79 CHECK(!static_class_.IsNull()); in ResetClass() 84 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass; in SetArrayClass() 90 CHECK(!array_class_.IsNull()); in ResetArrayClass()
|
D | field.cc | 31 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass; in SetClass() 37 CHECK(!static_class_.IsNull()); in ResetClass() 42 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass; in SetArrayClass() 48 CHECK(!array_class_.IsNull()); in ResetArrayClass()
|
D | reference.cc | 28 CHECK(java_lang_ref_Reference_.IsNull()); in SetClass() 34 CHECK(!java_lang_ref_Reference_.IsNull()); in ResetClass()
|
D | stack_trace_element.cc | 32 CHECK(java_lang_StackTraceElement_.IsNull()); in SetClass() 38 CHECK(!java_lang_StackTraceElement_.IsNull()); in ResetClass()
|
D | object_reference.h | 46 DCHECK(IsNull()); in Clear() 49 bool IsNull() const { in IsNull() function
|
D | array.h | 160 CHECK(array_class_.IsNull()); in SetArrayClass() 166 DCHECK(!array_class_.IsNull()); in GetArrayClass() 171 CHECK(!array_class_.IsNull()); in ResetArrayClass()
|
D | throwable.cc | 153 CHECK(java_lang_Throwable_.IsNull()); in SetClass() 159 CHECK(!java_lang_Throwable_.IsNull()); in ResetClass()
|
D | throwable.h | 50 DCHECK(!java_lang_Throwable_.IsNull()); in GetJavaLangThrowable()
|
D | stack_trace_element.h | 60 DCHECK(!java_lang_StackTraceElement_.IsNull()); in GetStackTraceElement()
|
D | string.cc | 56 CHECK(java_lang_String_.IsNull()); in SetClass() 63 CHECK(!java_lang_String_.IsNull()); in ResetClass()
|
D | reference.h | 110 DCHECK(!java_lang_ref_Reference_.IsNull()); in GetJavaLangRefReference()
|
D | string.h | 161 DCHECK(!java_lang_String_.IsNull()); in GetJavaLangString()
|
/art/runtime/jit/ |
D | profiling_info.h | 44 return !classes_[0].IsNull() && classes_[1].IsNull(); in IsMonomorphic() 49 if (classes_[i].IsNull()) { in IsMegamorphic() 59 DCHECK(!classes_[0].IsNull()); in GetMonomorphicType() 64 return classes_[0].IsNull(); in IsUninitialized() 69 return !classes_[1].IsNull() && classes_[kIndividualCacheSize - 1].IsNull(); in IsPolymorphic()
|
D | profiling_info.cc | 47 DCHECK(!holding_class_.IsNull()); in ProfilingInfo() 124 if (!holding_class_.IsNull()) { in AddInvokeInfo()
|
/art/runtime/ |
D | gc_root.h | 176 DCHECK(!IsNull()); in VisitRoot() 179 DCHECK(!IsNull()); in VisitRoot() 184 if (!IsNull()) { in VisitRootIfNonNull() 193 ALWAYS_INLINE bool IsNull() const { in IsNull() function 195 return root_.IsNull(); in IsNull() 227 if (!root.IsNull()) { in VisitRootIfNonNull() 235 if (!root->IsNull()) { in VisitRootIfNonNull()
|
D | indirect_reference_table.cc | 147 DCHECK(!pScan->GetReference()->IsNull()); in Add() 149 while (!pScan->GetReference()->IsNull()) { in Add() 173 if (!table_[i].GetReference()->IsNull()) { in AssertEmpty() 243 if (!table_[topIndex - 1].GetReference()->IsNull()) { in Remove() 262 if (table_[idx].GetReference()->IsNull()) { in Remove() 291 if (!ref->IsNull()) { in VisitRoots() 293 DCHECK(!ref->IsNull()); in VisitRoots()
|
D | indirect_reference_table-inl.h | 56 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()
|
D | reference_table.cc | 209 if (!root.IsNull() && !runtime->IsClearedJniWeakGlobal(root.Read())) { in Dump() 246 if (UNLIKELY(prev.root.IsNull())) { in Dump()
|
D | class_table.h | 61 return item.IsNull(); in IsEmpty()
|
/art/runtime/lambda/ |
D | box_table.cc | 96 if (!value.IsNull()) { in BoxLambda() 136 if (UNLIKELY(!value.IsNull())) { in BoxLambda() 202 DCHECK(!value.IsNull()); // Never store null boxes. in FindBoxedLambda()
|
/art/runtime/verifier/ |
D | reg_type.cc | 772 CHECK(klass_.IsNull()) << *this; in CheckInvariants() 774 if (!klass_.IsNull()) { in CheckInvariants() 790 CHECK(klass_.IsNull()) << *this; in CheckInvariants() 795 CHECK(klass_.IsNull()) << *this; in CheckInvariants() 815 CHECK(klass_.IsNull()) << *this; in CheckInvariants() 859 CHECK(klass_.IsNull()) << *this; in CheckInvariants() 865 CHECK(klass_.IsNull()) << *this; in CheckInvariants()
|
/art/runtime/gc/accounting/ |
D | remembered_set.cc | 90 if (!root->IsNull()) { in VisitRootIfNonNull()
|
D | mod_union_table.cc | 203 if (!root->IsNull()) { in VisitRootIfNonNull() 288 if (kIsDebugBuild && !root->IsNull()) { in VisitRootIfNonNull()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 86 DCHECK(!from_ref->IsNull()); in MarkHeapReference() 719 if (!root->IsNull()) { in VisitRootIfNonNull() 850 if (!root->IsNull()) { in VisitRootIfNonNull() 1436 if (!root->IsNull()) { in VisitRootIfNonNull() 1603 if (!root->IsNull()) { in VisitRootIfNonNull() 1671 DCHECK(!root->IsNull()); in MarkRoot() 1693 if (!root->IsNull()) { in VisitRoots()
|
/art/runtime/gc/ |
D | allocation_record.cc | 37 return klass_.IsNull() ? "null" : klass_.Read()->GetDescriptor(storage); in GetClassDescriptor()
|