Lines Matching defs:nullptr

119   Runtime::Current()->GetHeap()->VisitObjects(CheckNoDexObjectsCallback, nullptr);
199 if (image_file != nullptr) {
210 if (image_file == nullptr) {
267 if (compressed_data != nullptr) {
284 const bool is_compressed = compressed_data != nullptr;
338 DCHECK(object != nullptr);
354 DCHECK(object != nullptr);
369 DCHECK(object != nullptr);
374 DCHECK(object != nullptr);
385 DCHECK(object != nullptr);
436 if (dex_cache == nullptr || IsInBootImage(dex_cache)) {
448 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr);
452 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr);
456 DCHECK_EQ(dex_file->NumFieldIds() != 0u, dex_cache->GetResolvedFields() != nullptr);
460 DCHECK_EQ(dex_file->NumStringIds() != 0u, dex_cache->GetStrings() != nullptr);
466 if (array != nullptr) {
475 DCHECK(arr != nullptr);
479 if (method != nullptr && !method->IsRuntimeMethod()) {
481 CHECK(klass == nullptr || KeepClass(klass))
492 DCHECK(object != nullptr);
544 if (vtable != nullptr) {
548 if (iftable != nullptr) {
617 return declaring_class == nullptr || declaring_class->GetStatus() != Class::kStatusInitialized;
621 DCHECK(object != nullptr);
640 DCHECK(object != nullptr);
663 nullptr,
669 if (UNLIKELY(image_info.image_.get() == nullptr)) {
678 if (image_info.image_bitmap_.get() == nullptr) {
702 return klass->GetClassLoader() == nullptr;
719 DCHECK(early_exit != nullptr);
720 DCHECK(visited != nullptr);
722 if (klass == nullptr || IsInBootImage(klass)) {
747 CHECK(klass->GetVerifyError() == nullptr) << PrettyClass(klass);
772 if (ref != nullptr) {
805 if (klass == nullptr) {
879 if (klass != nullptr && !KeepClass(klass)) {
880 dex_cache->SetResolvedType(i, nullptr);
887 DCHECK(method != nullptr) << "Expected resolution method instead of null method";
906 if (field != nullptr && !KeepClass(field->GetDeclaringClass())) {
907 dex_cache->SetResolvedField(i, nullptr, target_ptr_size_);
912 dex_cache->SetFieldObject<false>(mirror::DexCache::DexOffset(), nullptr);
923 if (compiler_driver_.GetImageClasses() != nullptr) {
944 CHECK(image_classes != nullptr);
954 DCHECK(image_info.intern_table_->LookupWeak(self, string) == nullptr)
956 if (found != nullptr) {
966 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found)) {
969 DCHECK(runtime->GetInternTable()->LookupWeak(self, string) == nullptr)
972 return nullptr;
976 DCHECK(obj != nullptr);
990 if (interned == nullptr) {
1038 if (dex_cache == nullptr) {
1049 CHECK(dex_caches.Get() != nullptr) << "Failed to allocate a dex cache array.";
1057 if (dex_cache == nullptr) {
1071 if (dex_cache == nullptr) {
1088 CHECK(image_roots->Get(i) != nullptr);
1100 if (super != nullptr) {
1108 if (value != nullptr) {
1138 if (value != nullptr) {
1166 if (cur_fields != nullptr) {
1238 DCHECK(imt_method != nullptr);
1252 if (value != nullptr) {
1261 if (class_loader->GetClassTable() != nullptr) {
1274 if (table == nullptr || NativeRelocationAssigned(table)) {
1307 DCHECK(writer != nullptr);
1313 DCHECK(writer != nullptr);
1321 CHECK(obj != nullptr);
1359 CHECK(m != nullptr);
1378 image_info.intern_table_bytes_ = intern_table->WriteToMemory(nullptr);
1381 image_info.class_table_bytes_ += image_info.class_table_->WriteToMemory(nullptr);
1444 DCHECK(out_sections != nullptr);
1658 CHECK(method != nullptr);
1695 CHECK(table != nullptr);
1723 DCHECK(obj != nullptr);
1724 DCHECK(arg != nullptr);
1738 if (elem != nullptr && !IsInBootImage(elem)) {
1843 DCHECK(obj != nullptr);
1854 if (obj == nullptr || IsInBootImage(obj)) {
1868 if (obj == nullptr || IsInBootImage(obj)) {
1900 DCHECK(orig != nullptr);
1901 DCHECK(copy != nullptr);
1942 copy_loader->SetClassTable(nullptr);
1946 copy_loader->SetAllocator(nullptr);
1976 if (orig_strings != nullptr) {
1984 if (orig_types != nullptr) {
1992 if (orig_methods != nullptr) {
2005 if (orig_fields != nullptr) {
2019 copy_dex_cache->SetDexFile(nullptr);
2031 CHECK(oat_file != nullptr);
2084 if (quick_code != nullptr && (!method->IsStatic() || method->IsConstructor() ||
2087 } else if (quick_code == nullptr && method->IsNative() &&
2091 } else if (quick_code == nullptr && !method->IsNative()) {
2125 if (orig_table != nullptr) {
2242 if (dex_cache == nullptr) {
2257 DCHECK(images_end != nullptr); // Image space must be ready.
2322 std::fill_n(image_methods_, arraysize(image_methods_), nullptr);