Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 – 25 of 80) sorted by relevance

1234

/art/runtime/
Ddebug_print.cc112 dex_file->GetLocation().length() > base_dex_file->GetLocation().length() && in DescribeLoaders()
113 dex_file->GetLocation().compare(0u, in DescribeLoaders()
114 base_dex_file->GetLocation().length(), in DescribeLoaders()
115 base_dex_file->GetLocation()) == 0) { in DescribeLoaders()
117 oss << "+" << dex_file->GetLocation().substr(base_dex_file->GetLocation().length()); in DescribeLoaders()
119 oss << dex_file->GetLocation(); in DescribeLoaders()
154 << " defined in " << target_class->GetDexFile().GetLocation() in DumpB77342775DebugData()
163 << " defined in " << src_class->GetDexFile().GetLocation() in DumpB77342775DebugData()
176 << " defined in " << src_class->GetDexFile().GetLocation() in DumpB77342775DebugData()
Doat_file.cc419 oat_file->GetLocation().c_str(), in ReadIndexBssMapping()
440 oat_file->GetLocation().c_str(), in ReadIndexBssMapping()
456 std::string dex_location = dex_file->GetLocation(); in Setup()
479 GetLocation().c_str(), in Setup()
489 GetLocation().c_str(), in Setup()
500 GetLocation().c_str(), in Setup()
513 GetLocation().c_str(), in Setup()
526 GetLocation().c_str(), in Setup()
539 GetLocation().c_str(), in Setup()
550 GetLocation().c_str(), in Setup()
[all …]
Doat_file_manager.cc70 LocationIsOnSystem(oat_file->GetLocation().c_str()) || in RegisterOatFile()
72 << "Registering a non /system oat file: " << oat_file->GetLocation(); in RegisterOatFile()
77 CHECK_NE(oat_file.get(), existing.get()) << oat_file->GetLocation(); in RegisterOatFile()
121 if (oat_file->GetLocation() == oat_location) { in FindOpenedOatFileFromOatLocationLocked()
343 compare_pop.GetDexFile()->GetLocation().c_str(), in CheckClassCollision()
344 top.GetDexFile()->GetLocation().c_str())); in CheckClassCollision()
529 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in OpenDexFilesFromOat()
614 error_msgs->push_back("Failed to open dex files from " + source_oat_file->GetLocation()); in OpenDexFilesFromOat()
696 error_msgs->push_back("Failed to make dex file " + dex_file->GetLocation() + " read-only"); in OpenDexFilesFromOat()
801 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in OpenDexFilesFromOat_Impl()
[all …]
Doat_file_assistant.cc178 if (boot_class_path[i]->GetLocation() == dex_location_) { in IsInBootClassPath()
375 *error_msg = StringPrintf("failed to find %s in %s", dex.c_str(), file.GetLocation().c_str()); in DexChecksumUpToDate()
424 !LocationIsOnSystem(file.GetLocation().c_str()) && in GivenOatFileStatus()
721 std::string art_file = ReplaceFileExtension(oat_file->GetLocation(), "art"); in OpenImageSpace()
807 VLOG(oat) << file->GetLocation() << " is " << status_ in Status()
/art/libdexfile/dex/
Ddex_file.h197 const std::string& GetLocation() const { in GetLocation() function
208 DCHECK(header_ != nullptr) << GetLocation(); in GetHeader()
235 DCHECK(header_ != nullptr) << GetLocation(); in NumStringIds()
241 DCHECK_LT(idx.index_, NumStringIds()) << GetLocation(); in GetStringId()
246 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId()
247 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
274 DCHECK(header_ != nullptr) << GetLocation(); in NumTypeIds()
284 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
289 CHECK_GE(&type_id, type_ids_) << GetLocation(); in GetIndexForTypeId()
290 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId()
[all …]
Dtest_dex_file_builder_test.cc34 EXPECT_STREQ(dex_location, dex_file->GetLocation().c_str()); in TEST()
Ddex_file.cc127 CHECK(begin_ != nullptr) << GetLocation(); in DexFile()
128 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
154 oss << "Unrecognized magic number in " << GetLocation() << ":" in CheckMagicAndVersion()
164 oss << "Unrecognized version number in " << GetLocation() << ":" in CheckMagicAndVersion()
588 dex_file.GetLocation().c_str(), in operator <<()
Dart_dex_file_loader_test.cc90 EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str())); in TEST_F()
93 EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str())); in TEST_F()
/art/libelffile/stream/
Derror_delaying_output_stream.h32 : OutputStream(output->GetLocation()), in ErrorDelayingOutputStream()
43 << " bytes to " << GetLocation() << " at offset " << output_offset_; in WriteFully()
71 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset in Seek()
Doutput_stream.h40 const std::string& GetLocation() const { in GetLocation() function
Dbuffered_output_stream.cc24 : OutputStream(out->GetLocation()), // Before out is moved to out_. in BufferedOutputStream()
/art/dex2oat/linker/
Doat_writer.cc114 : OutputStream(out->GetLocation()), out_(out), writer_(writer) { } in ChecksumUpdatingOutputStream()
297 const char* GetLocation() const { in GetLocation() function in art::linker::OatWriter::OatDexFile
650 locations.push_back(oat_dex_file.GetLocation()); in GetSourceLocations()
1869 << method_ref.PrettyMethod() << " to " << out_->GetLocation(); in ReportWriteFailure()
2355 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2366 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2372 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2378 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2384 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2390 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
[all …]
Doat_writer_test.cc117 dex_file->GetLocation().c_str(), in WriteElf()
428 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
634 ASSERT_EQ(dex_file1_data->GetLocation(), opened_dex_file1->GetLocation()); in TestDexFileInput()
640 ASSERT_EQ(dex_file2_data->GetLocation(), opened_dex_file2->GetLocation()); in TestDexFileInput()
756 opened_dex_file1->GetLocation()); in TestZipFileInput()
763 opened_dex_file2->GetLocation()); in TestZipFileInput()
806 opened_dex_file1->GetLocation()); in TestZipFileInput()
813 opened_dex_file2->GetLocation()); in TestZipFileInput()
/art/test/172-app-image-twice/
Ddebug_print_class.cc28 LOG(ERROR) << "klass: " << klass.Ptr() << " dex_file: " << klass->GetDexFile().GetLocation() in Java_Main_debugPrintClass()
/art/profman/
Dprofile_assistant_test.cc353 info.GetMethod(method->GetDexFile()->GetLocation(), in AssertInlineCaches()
730 info.GetMethod(method.GetDexFile()->GetLocation(), in TEST_F()
989 info.GetMethod(no_inline_cache->GetDexFile()->GetLocation(), in TEST_F()
1073 info.GetMethod(dex_file->GetLocation(), in TEST_F()
1179 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1182 SetupProfile(d2.GetLocation(), d2.GetLocationChecksum(), "p2", 2, in TEST_F()
1189 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1226 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()
1228 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
1295 ASSERT_TRUE(result.GetMethod(d1.GetLocation(), d1.GetLocationChecksum(), i) != nullptr) << i; in TEST_F()
[all …]
/art/openjdkjvmti/
Dti_breakpoint.h66 jlocation GetLocation() const { in GetLocation() function
Dfixed_up_dex_file.cc121 original.GetLocation().c_str(), in Create()
/art/runtime/jit/
Dprofile_saver.cc451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()
453 VLOG(profiler) << "Location " << dex_file->GetLocation() in FetchAndCacheResolvedClassesAndMethods()
469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()
483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()
488 << " (" << dex_file->GetLocation() << ")"; in FetchAndCacheResolvedClassesAndMethods()
678 << location << " oat location: " << oat_file->GetLocation(); in ShouldProfileLocation()
713 const std::string& location = dex_file->GetLocation(); in Start()
Dprofiling_info_test.cc208 class_ref.dex_file->GetLocation()); in ConvertProfileMethodInfo()
317 info.GetMethod(m->GetDexFile()->GetLocation(), in TEST_F()
/art/libartbase/base/
Dcommon_art_test.cc491 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath()
493 classpath += ":" + dex_files[i]->GetLocation(); in CreateClassPath()
501 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums()
504 classpath += ":" + dex_files[i]->GetLocation() + "*" + in CreateClassPathWithChecksums()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc832 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F()
833 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix(dex->GetLocation()); in TEST_F()
848 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* dex_method_index= */ 0); in TEST_F()
870 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* dex_method_index= */ 0); in TEST_F()
889 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F()
890 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix(dex->GetLocation()); in TEST_F()
902 dex_files[0]->GetLocation(), in TEST_F()
1171 std::string location = dex->GetLocation(); in TEST_F()
1223 std::string location = dex->GetLocation(); in TEST_F()
1281 std::string location = dex->GetLocation(); in TEST_F()
Dprofile_compilation_info.cc1192 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in VerifyProfileData()
1201 const std::string& dex_location = dex_file->GetLocation(); in VerifyProfileData()
1713 return FindDexData(GetProfileDexFileKey(dex_file->GetLocation()), in FindDexData()
1813 if (dex_data->profile_key == current->GetLocation() && in DumpInfo()
1928 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in GetResolvedClasses()
1935 const std::string& dex_location = dex_file->GetLocation(); in GetResolvedClasses()
2027 const std::string& location = dex_file->GetLocation(); in GenerateTestProfile()
2209 << type_idx.index_ << " in dex " << dex_file->GetLocation(); in GetClassDescriptors()
2216 VLOG(compiler) << "Failed to find profile data for " << dex_file->GetLocation(); in GetClassDescriptors()
2258 std::string new_profile_key = GetProfileDexFileKey(dex_file->GetLocation()); in UpdateProfileKeys()
/art/dex2oat/
Ddex2oat_test.cc1129 std::string context = "PCL[" + dex_files[0]->GetLocation() + "]"; in TEST_F()
1131 dex_files[0]->GetLocation() + "*" + std::to_string(dex_files[0]->GetLocationChecksum()) + "]"; in TEST_F()
1172 expected_classpath_key += oat_dex_files[i]->GetLocation() + "*" + in TEST_F()
1392 {dex->GetLocation()}, in TEST_F()
1405 dex->GetLocation().c_str(), in TEST_F()
1563 {dex->GetLocation()}, in TEST_F()
1571 {dex->GetLocation()}, in TEST_F()
1586 {dex->GetLocation()}, in TEST_F()
1594 {dex->GetLocation()}, in TEST_F()
1610 ASSERT_TRUE(GenerateOdexForTest(dex->GetLocation(), in TEST_F()
[all …]
/art/runtime/native/
Djava_lang_VMClassLoader.cc146 const std::string location(DexFileLoader::GetBaseLocation(dex_file->GetLocation())); in VMClassLoader_getBootClassPathEntries()
/art/runtime/verifier/
Dclass_verifier.cc70 failure_message = " that isn't present in dex file " + dex_file.GetLocation(); in VerifyClass()

1234