Home
last modified time | relevance | path

Searched refs:base_dex_location (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_loader_context.cc710 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal() local
711 auto it = remap.find(base_dex_location); in EncodeContextInternal()
712 CHECK(it != remap.end()) << base_dex_location; in EncodeContextInternal()
/art/libprofile/profile/
Dprofile_compilation_info.cc1804 const std::string base_dex_location = "base.apk"; in GenerateTestProfile() local
1820 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()