Home
last modified time | relevance | path

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

1234

/art/runtime/
Dreflective_reference.h48 bool IsNull() const { in IsNull() function
59 return IsNull();
62 return !IsNull();
Dgc_root.h195 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()
249 if (!root.IsNull()) { in VisitRootIfNonNull()
257 if (!root->IsNull()) { in VisitRootIfNonNull()
296 if (!root.IsNull()) { in VisitRootIfNonNull()
304 if (!root->IsNull()) { in VisitRootIfNonNull()
Dreflective_handle.h56 ALWAYS_INLINE bool IsNull() const { in IsNull() function
58 return reference_->IsNull(); in IsNull()
62 return !IsNull();
66 return IsNull();
Dindirect_reference_table-inl.h48 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in IsValidReference()
87 DCHECK(!table_[idx].GetReference()->IsNull()); in Get()
98 DCHECK(!table_[idx].GetReference()->IsNull()); in Update()
Dindirect_reference_table.cc178 if (table[index].GetReference()->IsNull()) { in CountNullEntries()
309 DCHECK(!p_scan->GetReference()->IsNull()); in Add()
311 while (!p_scan->GetReference()->IsNull()) { in Add()
335 if (!table_[i].GetReference()->IsNull()) { in AssertEmpty()
417 if (!table_[collapse_top_index - 1].GetReference()->IsNull()) { in Remove()
437 if (table_[idx].GetReference()->IsNull()) { in Remove()
470 if (!ref->IsNull()) { in VisitRoots()
472 DCHECK(!ref->IsNull()); in VisitRoots()
Dhandle.h91 ALWAYS_INLINE bool IsNull() const { in IsNull() function
93 return reference_->IsNull(); in IsNull()
105 return !IsNull();
109 return IsNull();
Dobj_ptr.h79 OBJPTR_INLINE bool IsNull() const { in IsNull() function
153 return ptr.IsNull();
158 return ptr.IsNull();
Dquicken_info.h50 bool IsNull() const { in IsNull() function
Dreflective_handle_scope-inl.h43 if (!rv.IsNull()) { in VisitTargets()
/art/runtime/mirror/
Dclass_ext.cc46 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()
Dclass_ext-inl.h42 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 VisitMethods()
192 if (!arr.IsNull() && arr->IsArrayInstance()) { in VisitJMethodIDs()
206 if (!sarr_obj.IsNull() && sarr_obj->IsArrayInstance()) { in VisitJFieldIDs()
217 if (!iarr_obj.IsNull() && iarr_obj->IsArrayInstance()) { in VisitJFieldIDs()
Dobject_reference.h138 DCHECK(IsNull()); in Clear()
141 bool IsNull() const { in IsNull() function
193 DCHECK(IsNull()); in Clear()
196 bool IsNull() const { in IsNull() function
Dclass-refvisitor-inl.h68 if (!ext.IsNull()) { in VisitNativeRoots()
79 if (!ext.IsNull()) { in VisitMethods()
Ddex_cache.cc89 CHECK(strings[i].load(std::memory_order_relaxed).object.IsNull()); in InitializeNativeFields()
93 CHECK(types[i].load(std::memory_order_relaxed).object.IsNull()); in InitializeNativeFields()
105 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull()); in InitializeNativeFields()
108 CHECK(call_sites[i].IsNull()); in InitializeNativeFields()
Dmethod_type.cc65 if (dst_ptypes.IsNull()) { in CloneWithoutLeadingParameter()
88 if (dst_ptypes.IsNull()) { in CollectTrailingArguments()
/art/runtime/jni/
Djni_id_manager.cc76 DCHECK(ret.IsNull() || ret->IsArrayInstance()) << "Should have bailed out early!"; in GetIds()
77 if (kIsDebugBuild && !ret.IsNull()) { in GetIds()
94 if (ext.IsNull()) { in ShouldReturnPointer()
98 return arr.IsNull() || !arr->IsArrayInstance(); in ShouldReturnPointer()
104 if (ext.IsNull()) { in ShouldReturnPointer()
109 return arr.IsNull() || !arr->IsArrayInstance(); in ShouldReturnPointer()
280 DCHECK(!t->GetDeclaringClass().IsNull()) << "Null declaring class " << PrettyGeneric(t); in EncodeGenericId()
294 if (!ids.IsNull()) { in EncodeGenericId()
311 if (!ids.IsNull()) { in EncodeGenericId()
316 CHECK(!ids.IsNull()); in EncodeGenericId()
[all …]
/art/openjdkjvmti/
Dti_class_loader-inl.h62 CHECK(!current_element.IsNull()); in VisitDexFileObjects()
64 if (!dex_file.IsNull()) { in VisitDexFileObjects()
Dti_class_definition.cc121 if (m_klass.IsNull()) { in InitCommon()
152 if (!ext.IsNull()) { in GetDexDataForRetransformation()
154 if (!orig_dex.IsNull()) { in GetDexDataForRetransformation()
189 if (ext.IsNull()) { in DexNeedsDequickening()
195 if (orig_dex.IsNull()) { in DexNeedsDequickening()
217 if (ext.IsNull() || ext->GetOriginalDexFile() == nullptr) { in GetQuickenedDexFile()
Dti_class_loader.cc74 if (java_dex_file_obj.IsNull()) { in AddToClassLoader()
80 if (cookie.IsNull()) { in AddToClassLoader()
98 if (!orig_cookie.IsNull()) { in UpdateJavaDexFile()
/art/runtime/native/
Djava_lang_ref_Reference.cc51 if (!kUseReadBarrier || referent.IsNull() || other.IsNull()) { in Reference_refersTo0()
Djava_lang_reflect_Executable.cc90 if (annotations.IsNull()) { in Executable_getParameterAnnotationsNative()
120 if (resized_annotations.IsNull()) { in Executable_getParameterAnnotationsNative()
134 if (empty_annotations.IsNull()) { in Executable_getParameterAnnotationsNative()
333 if (return_type.IsNull()) { in Executable_getMethodReturnTypeInternal()
357 if (ptypes.IsNull()) { in Executable_getParameterTypesInternal()
/art/runtime/gc/
Dsystem_weak_test.cc155 EXPECT_FALSE(cswh.Get().IsNull()); in TEST_F()
176 EXPECT_TRUE(cswh.Get().IsNull()); in TEST_F()
200 ASSERT_FALSE(cswh.Get().IsNull()); in TEST_F()
/art/test/2012-structural-redefinition-failures-jni-id/
Dset-jni-id-used.cc44 CHECK(!ext.IsNull()); in Java_Main_SetPointerIdsUsed()
/art/runtime/verifier/
Dreg_type-inl.h33 DCHECK(!IsNull()); in CanAccess()
51 if (IsNull()) { in CanAccessMember()
/art/compiler/driver/
Ddex_compilation_unit.cc66 if (GetCompilingClass().GetReference() != nullptr && !GetCompilingClass().IsNull()) { in RequiresConstructorBarrier()

1234