Home
last modified time | relevance | path

Searched refs:GetBaseLocation (Results 1 – 13 of 13) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.h89 static std::string GetBaseLocation(const char* location) { in GetBaseLocation() function
94 static std::string GetBaseLocation(const std::string& location) { in GetBaseLocation() function
95 return GetBaseLocation(location.c_str()); in GetBaseLocation()
Ddex_cache_resolved_classes.h62 const std::string& GetBaseLocation() const { in GetBaseLocation() function
Ddex_file_loader_test.cc414 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar")); in TEST()
415 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar!classes2.dex")); in TEST()
416 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar!classes8.dex")); in TEST()
Ddex_file_loader.cc187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation()
/art/runtime/native/
Djava_lang_VMClassLoader.cc146 const std::string location(DexFileLoader::GetBaseLocation(dex_file->GetLocation())); in VMClassLoader_getBootClassPathEntries()
/art/runtime/jit/
Dprofile_saver.cc451 const std::string base_location = DexFileLoader::GetBaseLocation(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()
Djit_code_cache.cc1964 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods()
2020 DexFileLoader::GetBaseLocation(class_dex_file->GetLocation()))) { in GetProfiledMethods()
/art/runtime/
Dclass_loader_context.cc622 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()
630 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal()
Doat_file_manager.cc104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc1502 std::string target_suffix = "/" + DexFileLoader::GetBaseLocation(rel_dex_location); in IsLocationSuffix()
Dclass_linker.cc1086 DCHECK_EQ(DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in InitFromBootImage()
2052 DCHECK_EQ(dex_location, DexFileLoader::GetBaseLocation(dex_file_location)); in AddImageSpace()
9653 DexFileLoader::GetBaseLocation(dex_file.GetLocation()), in operator ()()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc832 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F()
889 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F()
/art/profman/
Dprofman.cc986 DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in ProcessLine()