Lines Matching refs:GetLocation

163               << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump();  in VlogClassInitializationFailure()
687 CHECK_NE(oat_file, oat_files_[i]) << oat_file->GetLocation(); in RegisterOatFile()
690 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in RegisterOatFile()
883 compare_pop.GetDexFile()->GetLocation().c_str(), in HasCollisions()
884 top.GetDexFile()->GetLocation().c_str()); in HasCollisions()
983 + source_oat_file->GetLocation()); in OpenDexFilesFromOat()
1012 if (oat_file->GetLocation() == oat_location) { in FindOpenedOatFileFromOatLocation()
1140 const std::string& dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in InitFromImage()
1143 CHECK(oat_dex_file != nullptr) << oat_file.GetLocation() << " " << dex_file_location; in InitFromImage()
1148 << " from within oat file " << oat_file.GetLocation() in InitFromImage()
1475 auto location(hs.NewHandle(intern_table_->InternStrong(dex_file.GetLocation().c_str()))); in AllocDexCache()
2019 LOG(FATAL) << "Failed to find method index " << method_idx << " in " << dex_file.GetLocation(); in GetOatMethodIndexFromMethodIndex()
2429 << PrettyDescriptor(klass.Get()) << " in dex file " << dex_file.GetLocation(); in LoadMethod()
2441 << dex_file.GetLocation(); in AppendToBootClassPath()
2447 CHECK(dex_cache.Get() != nullptr) << dex_file.GetLocation(); in AppendToBootClassPath()
2471 CHECK(dex_cache.Get() != nullptr) << dex_file.GetLocation(); in RegisterDexFileLocked()
2472 CHECK(dex_cache->GetLocation()->Equals(dex_file.GetLocation())) in RegisterDexFileLocked()
2473 << dex_cache->GetLocation()->ToModifiedUtf8() << " " << dex_file.GetLocation(); in RegisterDexFileLocked()
2496 << dex_file.GetLocation(); in RegisterDexFile()
2522 std::string location(dex_file.GetLocation()); in FindDexCache()
2525 if (dex_cache->GetDexFile()->GetLocation() == location) { in FindDexCache()
2532 LOG(ERROR) << "Registered dex file " << i << " = " << dex_cache->GetDexFile()->GetLocation(); in FindDexCache()
2760 source += dex_cache->GetLocation()->ToModifiedUtf8(); in InsertClass()
3046 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
3071 << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
3087 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
3120 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
3222 << " " << dex_file.GetLocation() << " " << PrettyClass(klass) << " " in VerifyClassUsingOatFile()
3742 klass->GetLocation(); in InitializeClass()
4258 class_oat_file->GetLocation().c_str(), in CheckSuperClassChange()
4259 loaded_super_oat_file->GetLocation().c_str(), in CheckSuperClassChange()
4264 class_oat_file->GetLocation().c_str(), in CheckSuperClassChange()
4265 loaded_super_oat_file->GetLocation().c_str(), in CheckSuperClassChange()