Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc292 std::string base_location = scratch_dir + base_name; in TEST_F() local
295 base_location, in TEST_F()
344 extra_args.push_back("--boot-image=" + base_location); in TEST_F()
354 extra_args.push_back("--boot-image=" + base_location); in TEST_F()
404 extra_args.push_back("--boot-image=" + base_location); in TEST_F()
442 bool load_ok = load(base_location); in TEST_F()
458 load_ok = load(base_location + ':' + mid_location); in TEST_F()
463 load_ok = load(base_location + ':' + mid_name); in TEST_F()
489 load_ok = load(base_location + ":*"); in TEST_F()
523 load_ok = load(base_location + ':' + mid_name); in TEST_F()
[all …]
/aosp12/art/libdexfile/dex/
H A 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()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1393 std::string base_location; member
1456 std::string base_location; member
1673 std::string base_location; in MatchNamedComponents() local
1679 base_location = component; in MatchNamedComponents()
1696 base_location = path + base_name; in MatchNamedComponents()
1713 location.base_location = base_location; in MatchNamedComponents()
1835 chunk.base_location = base_location; in ReadHeader()
2019 chunk.base_location = base_location; in CompileExtension()
2104 const std::string& base_location = named_component_locations[i].base_location; in LoadOrValidate() local
2134 !CompileExtension(base_location, in LoadOrValidate()
[all …]
/aosp12/art/runtime/
H A Dclass_loader_context.cc585 const std::string base_location(DexFileLoader::GetBaseLocation(path)); in EncodeClassPathContexts() local
586 if (!seen_locations.insert(base_location).second) { in EncodeClassPathContexts()
593 results.emplace(base_location, out.str()); in EncodeClassPathContexts()
595 dex_locations.push_back(base_location); in EncodeClassPathContexts()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc661 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in UpdateProfile() local
662 if (locations.find(base_location) == locations.end()) { in UpdateProfile()
H A Djit_code_cache.cc1497 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods() local
1498 if (!ContainsElement(dex_base_locations, base_location)) { in GetProfiledMethods()