Home
last modified time | relevance | path

Searched refs:base_location (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Ddex_cache_resolved_classes.h32 const std::string& base_location, in DexCacheResolvedClasses() argument
36 base_location_(base_location), in DexCacheResolvedClasses()
Ddex_file_loader.cc187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local
188 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()
196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()
197 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()
202 return base_location; in GetDexCanonicalLocation()
/art/runtime/jit/
Dprofile_saver.cc451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
454 << " base_location=" << base_location in FetchAndCacheResolvedClassesAndMethods()
455 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
457 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
471 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods()
472 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
474 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
484 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
[all …]
Djit_code_cache.cc1964 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods() local
1965 if (!ContainsElement(dex_base_locations, base_location)) { in GetProfiledMethods()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc832 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F() local
834 std::string old_name = base_location + "-old" + multidex_suffix; in TEST_F()
889 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F() local
891 std::string old_name = base_location + "-old" + multidex_suffix; in TEST_F()