/art/runtime/gc/ |
D | heap_test.cc | 172 AnyIsFalse, full_gc_collection_time->IsNull(), young_gc_collection_time->IsNull()); in TEST_F() 173 EXPECT_PRED2(AnyIsFalse, full_gc_count->IsNull(), young_gc_count->IsNull()); in TEST_F() 174 EXPECT_PRED2(AnyIsFalse, full_gc_count_delta->IsNull(), young_gc_count_delta->IsNull()); in TEST_F() 175 EXPECT_PRED2(AnyIsFalse, full_gc_throughput->IsNull(), young_gc_throughput->IsNull()); in TEST_F() 177 AnyIsFalse, full_gc_tracing_throughput->IsNull(), young_gc_tracing_throughput->IsNull()); in TEST_F() 178 EXPECT_PRED2(AnyIsFalse, full_gc_throughput_avg->IsNull(), young_gc_throughput_avg->IsNull()); in TEST_F() 180 full_gc_tracing_throughput_avg->IsNull(), in TEST_F() 181 young_gc_tracing_throughput_avg->IsNull()); in TEST_F() 182 EXPECT_PRED2(AnyIsFalse, full_gc_scanned_bytes->IsNull(), young_gc_scanned_bytes->IsNull()); in TEST_F() 184 full_gc_scanned_bytes_delta->IsNull(), in TEST_F() [all …]
|
D | system_weak_test.cc | 166 EXPECT_FALSE(cswh.Get().IsNull()); in TEST_F() 192 EXPECT_TRUE(cswh.Get().IsNull()); in TEST_F() 221 ASSERT_FALSE(cswh.Get().IsNull()); in TEST_F()
|
/art/runtime/ |
D | reflective_reference.h | 48 bool IsNull() const { in IsNull() function 59 return IsNull(); 62 return !IsNull();
|
D | gc_root.h | 195 DCHECK(!IsNull()); in VisitRoot() 198 DCHECK(!IsNull()); in VisitRoot() 203 if (!IsNull()) { in VisitRootIfNonNull() 212 ALWAYS_INLINE bool IsNull() const { in IsNull() function 214 return root_.IsNull(); in IsNull() 219 DCHECK(IsNull()); in GcRoot() 254 if (!root.IsNull()) { in VisitRootIfNonNull() 262 if (!root->IsNull()) { in VisitRootIfNonNull() 301 if (!root.IsNull()) { in VisitRootIfNonNull() 309 if (!root->IsNull()) { in VisitRootIfNonNull()
|
D | reflective_handle.h | 57 ALWAYS_INLINE bool IsNull() const { in IsNull() function 59 return reference_->IsNull(); in IsNull() 63 return !IsNull(); 67 return IsNull();
|
D | indirect_reference_table.cc | 160 if (table[index].GetReference()->IsNull()) { in CountNullEntries() 208 DCHECK(!p_scan->GetReference()->IsNull()); in Add() 210 while (!p_scan->GetReference()->IsNull()) { in Add() 274 if (!table_[collapse_top_index - 1].GetReference()->IsNull()) { in Remove() 294 if (table_[idx].GetReference()->IsNull()) { in Remove() 331 if (!ref->IsNull()) { in VisitRoots() 333 DCHECK(!ref->IsNull()); in VisitRoots() 345 if (!entry->IsNull()) { in SweepJniWeakGlobals()
|
D | indirect_reference_table-inl.h | 48 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in IsValidReference() 87 DCHECK(!table_[idx].GetReference()->IsNull()); in Get() 98 DCHECK(!table_[idx].GetReference()->IsNull()); in Update()
|
D | handle.h | 91 ALWAYS_INLINE bool IsNull() const { in IsNull() function 93 return reference_->IsNull(); in IsNull() 105 return !IsNull(); 109 return IsNull();
|
D | obj_ptr.h | 55 DCHECK(IsNull()); in ObjPtr() 80 OBJPTR_INLINE bool IsNull() const { in IsNull() function 154 return ptr.IsNull(); 159 return ptr.IsNull();
|
D | reflective_handle_scope-inl.h | 43 if (!rv.IsNull()) { in VisitTargets()
|
/art/runtime/mirror/ |
D | class_ext.cc | 46 CHECK_EQ(methods.IsNull(), dex_caches.IsNull()); in SetObsoleteArrays() 55 CHECK(!marker.IsNull()); in SetIdsArraysForClassExtExtData() 80 if (new_methods.IsNull()) { in ExtendObsoleteArrays() 91 if (new_dex_caches.IsNull()) { in ExtendObsoleteArrays() 97 if (!old_methods.IsNull()) { in ExtendObsoleteArrays()
|
D | class_ext-inl.h | 42 if (!existing.IsNull()) { in EnsureJniIdsArrayPresent() 54 if (new_arr.IsNull()) { in EnsureJniIdsArrayPresent() 72 CHECK(!ret.IsNull()); in EnsureJniIdsArrayPresent() 101 return !arr.IsNull() && !arr->IsArrayInstance(); in HasInstanceFieldPointerIdMarker() 122 return !arr.IsNull() && !arr->IsArrayInstance(); in HasStaticFieldPointerIdMarker() 144 return !arr.IsNull() && !arr->IsArrayInstance(); in HasMethodPointerIdMarker() 178 if (!arr.IsNull()) { in VisitDexCaches() 190 if (!arr.IsNull()) { in VisitMethods() 204 if (!arr.IsNull() && arr->IsArrayInstance()) { in VisitJMethodIDs() 218 if (!sarr_obj.IsNull() && sarr_obj->IsArrayInstance()) { in VisitJFieldIDs() [all …]
|
D | class-refvisitor-inl.h | 68 if (!ext.IsNull()) { in VisitNativeRoots() 76 if (!ext.IsNull()) { in VisitObsoleteDexCaches() 84 if (!ext.IsNull()) { in VisitObsoleteClass() 96 if (!ext.IsNull()) { in VisitMethods()
|
D | object_reference.h | 142 DCHECK(IsNull()); in Clear() 145 bool IsNull() const { in IsNull() function 159 DCHECK(IsNull()); in ObjectReference() 196 DCHECK(IsNull()); in Clear() 199 bool IsNull() const { in IsNull() function
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 87 DCHECK(ret.IsNull() || ret->IsArrayInstance()) << "Should have bailed out early!"; in GetIds() 88 if (kIsDebugBuild && !ret.IsNull()) { in GetIds() 105 if (ext.IsNull()) { in ShouldReturnPointer() 109 return arr.IsNull() || !arr->IsArrayInstance(); in ShouldReturnPointer() 115 if (ext.IsNull()) { in ShouldReturnPointer() 120 return arr.IsNull() || !arr->IsArrayInstance(); in ShouldReturnPointer() 296 DCHECK(!t->GetDeclaringClass().IsNull()) << "Null declaring class " << PrettyGeneric(t); in EncodeGenericId() 322 if (!ids.IsNull()) { in EncodeGenericId() 339 if (!ids.IsNull()) { in EncodeGenericId() 344 CHECK(!ids.IsNull()); in EncodeGenericId() [all …]
|
D | local_reference_table_test.cc | 878 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(refs0.back())->IsNull()); in TEST_F() 890 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(refs1.back())->IsNull()); in TEST_F() 896 IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(refs1[refs1.size() - 2u])->IsNull()); in TEST_F() 902 ASSERT_TRUE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(ref)->IsNull()); in TEST_F() 923 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(refs1.back())->IsNull()); in TEST_F() 929 ASSERT_TRUE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(ref)->IsNull()); in TEST_F() 933 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(ref)->IsNull()); in TEST_F() 940 ASSERT_TRUE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(ref)->IsNull()); in TEST_F() 948 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(ref)->IsNull()); in TEST_F() 967 ASSERT_FALSE(IndirectReferenceTable::ClearIndirectRefKind<LrtEntry*>(refs1.back())->IsNull()); in TEST_F() [all …]
|
D | local_reference_table-inl.h | 43 DCHECK(!IsNull()); in GetReference() 123 if (UNLIKELY(entry->IsNull())) { in IsValidReference()
|
/art/openjdkjvmti/ |
D | ti_class_loader-inl.h | 62 CHECK(!current_element.IsNull()); in VisitDexFileObjects() 64 if (!dex_file.IsNull()) { in VisitDexFileObjects()
|
D | ti_class_loader.cc | 75 if (java_dex_file_obj.IsNull()) { in AddToClassLoader() 81 if (cookie.IsNull()) { in AddToClassLoader() 99 if (!orig_cookie.IsNull()) { in UpdateJavaDexFile()
|
D | ti_class_definition.cc | 74 if (m_klass.IsNull()) { in InitCommon() 97 if (!ext.IsNull()) { in Init() 99 if (!orig_dex.IsNull()) { in Init()
|
/art/runtime/native/ |
D | java_lang_ref_Reference.cc | 51 if (!gUseReadBarrier || referent.IsNull() || other.IsNull()) { in Reference_refersTo0()
|
D | java_lang_reflect_Executable.cc | 90 if (annotations.IsNull()) { in Executable_getParameterAnnotationsNative() 120 if (resized_annotations.IsNull()) { in Executable_getParameterAnnotationsNative() 134 if (empty_annotations.IsNull()) { in Executable_getParameterAnnotationsNative() 309 if (return_type.IsNull()) { in Executable_getMethodReturnTypeInternal() 333 if (ptypes.IsNull()) { in Executable_getParameterTypesInternal()
|
/art/runtime/verifier/ |
D | reg_type-inl.h | 33 DCHECK(!IsNull()); in CanAccess() 51 if (IsNull()) { in CanAccessMember()
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | set-jni-id-used.cc | 44 CHECK(!ext.IsNull()); in Java_Main_SetPointerIdsUsed()
|
/art/libartbase/base/metrics/ |
D | metrics.h | 304 virtual bool IsNull() const = 0; 337 bool IsNull() const override { return Value() == 0; } in IsNull() function 391 bool IsNull() const override { return Count() == 0; } in IsNull() function 429 bool IsNull() const override { return Value() == 0; } in IsNull() function 496 bool IsNull() const override { in IsNull() function 544 bool IsNull() const override { return Value() == 0; } in IsNull() function
|