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);
435 if (dex_cache == nullptr || IsInBootImage(dex_cache)) {
447 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr);
451 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr);
455 DCHECK_EQ(dex_file->NumFieldIds() != 0u, dex_cache->GetResolvedFields() != nullptr);
459 DCHECK_EQ(dex_file->NumStringIds() != 0u, dex_cache->GetStrings() != nullptr);
465 if (array != nullptr) {
474 DCHECK(arr != nullptr);
478 if (method != nullptr && !method->IsRuntimeMethod()) {
480 CHECK(klass == nullptr || KeepClass(klass))
491 DCHECK(object != nullptr);
543 if (vtable != nullptr) {
547 if (iftable != nullptr) {
619 return declaring_class == nullptr || declaring_class->GetStatus() != Class::kStatusInitialized;
623 DCHECK(object != nullptr);
642 DCHECK(object != nullptr);
665 nullptr,
671 if (UNLIKELY(image_info.image_.get() == nullptr)) {
680 if (image_info.image_bitmap_.get() == nullptr) {
704 return klass->GetClassLoader() == nullptr;
721 DCHECK(early_exit != nullptr);
722 DCHECK(visited != nullptr);
724 if (klass == nullptr || IsInBootImage(klass)) {
749 CHECK(klass->GetVerifyError() == nullptr) << PrettyClass(klass);
774 if (ref != nullptr) {
795 if (dex_cache != nullptr) {
814 if (klass == nullptr) {
888 if (klass != nullptr && !KeepClass(klass)) {
889 dex_cache->SetResolvedType(i, nullptr);
896 DCHECK(method != nullptr) << "Expected resolution method instead of null method";
915 if (field != nullptr && !KeepClass(field->GetDeclaringClass())) {
916 dex_cache->SetResolvedField(i, nullptr, target_ptr_size_);
921 dex_cache->SetFieldObject<false>(mirror::DexCache::DexOffset(), nullptr);
932 if (compiler_driver_.GetImageClasses() != nullptr) {
953 CHECK(image_classes != nullptr);
963 DCHECK(image_info.intern_table_->LookupWeak(self, string) == nullptr)
965 if (found != nullptr) {
975 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found)) {
978 DCHECK(runtime->GetInternTable()->LookupWeak(self, string) == nullptr)
981 return nullptr;
1014 if (dex_cache == nullptr) {
1025 CHECK(dex_caches.Get() != nullptr) << "Failed to allocate a dex cache array.";
1033 if (dex_cache == nullptr) {
1047 if (dex_cache == nullptr) {
1064 CHECK(image_roots->Get(i) != nullptr);
1072 if (obj == nullptr || IsInBootImage(obj)) {
1084 if (interned == nullptr) {
1114 if (cur_fields != nullptr) {
1187 DCHECK(imt_method != nullptr);
1205 if (class_loader->GetClassTable() != nullptr) {
1215 if (interned != nullptr) {
1228 if (imt == nullptr || IsInBootImage(imt) || NativeRelocationAssigned(imt)) {
1245 if (table == nullptr || NativeRelocationAssigned(table)) {
1278 DCHECK(writer != nullptr);
1290 DCHECK(writer != nullptr);
1298 CHECK(obj != nullptr);
1418 CHECK(m != nullptr);
1493 image_info.intern_table_bytes_ = intern_table->WriteToMemory(nullptr);
1496 image_info.class_table_bytes_ += image_info.class_table_->WriteToMemory(nullptr);
1560 DCHECK(out_sections != nullptr);
1791 CHECK(method != nullptr);
1828 CHECK(table != nullptr);
1856 DCHECK(obj != nullptr);
1857 DCHECK(arg != nullptr);
1871 if (elem != nullptr && !IsInBootImage(elem)) {
1976 DCHECK(obj != nullptr);
1999 if (obj == nullptr || IsInBootImage(obj)) {
2013 if (obj == nullptr || IsInBootImage(obj)) {
2045 DCHECK(orig != nullptr);
2046 DCHECK(copy != nullptr);
2087 copy_loader->SetClassTable(nullptr);
2091 copy_loader->SetAllocator(nullptr);
2121 if (orig_strings != nullptr) {
2129 if (orig_types != nullptr) {
2137 if (orig_methods != nullptr) {
2150 if (orig_fields != nullptr) {
2164 copy_dex_cache->SetDexFile(nullptr);
2176 CHECK(oat_file != nullptr);
2229 if (quick_code != nullptr && (!method->IsStatic() || method->IsConstructor() ||
2232 } else if (quick_code == nullptr && method->IsNative() &&
2236 } else if (quick_code == nullptr && !method->IsNative()) {
2270 if (orig_table != nullptr) {
2385 if (dex_cache == nullptr) {
2400 DCHECK(images_end != nullptr); // Image space must be ready.
2465 std::fill_n(image_methods_, arraysize(image_methods_), nullptr);