Searched refs:dex_location2 (Results 1 – 2 of 2) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 319 std::string dex_location2 = GetScratchDir() + "/DexInContext.jar"; in TEST_F() local 321 Copy(GetDexSrc2(), dex_location2); in TEST_F() 323 std::string class_loader_context = "PCL[" + dex_location2 + "]"; in TEST_F() 324 std::string class_loader_context_option = "--class-loader-context=PCL[" + dex_location2 + "]"; in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 58 std::string dex_location2 = "location2" + id; in SetupProfile() local 62 dex_location2, in SetupProfile() 74 const std::string& dex_location2, in SetupProfile() argument 89 dex_location2, dex_location_checksum2, in SetupProfile() 94 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags)); in SetupProfile() 101 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags)); in SetupProfile() 152 const std::string& dex_location2, uint32_t dex_checksum2, in GetOfflineProfileMethodInfo() argument 157 pmi.dex_references.emplace_back(dex_location2, dex_checksum2, number_of_methods2); in GetOfflineProfileMethodInfo()
|