Searched refs:dex_location1 (Results 1 – 2 of 2) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 317 std::string dex_location1 = GetScratchDir() + "/DexToAnalyze.jar"; in TEST_F() local 320 Copy(GetDexSrc1(), dex_location1); in TEST_F() 327 …GenerateOdexForTest(dex_location1, odex_location1, CompilerFilter::kSpeed, /* compilation_reason= … in TEST_F() 329 Verify(dex_location1, CompilerFilter::kSpeed, false, false, class_loader_context); in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 56 std::string dex_location1 = "location1" + id; in SetupProfile() local 60 SetupProfile(dex_location1, in SetupProfile() 72 void SetupProfile(const std::string& dex_location1, in SetupProfile() argument 88 GetOfflineProfileMethodInfo(dex_location1, dex_location_checksum1, in SetupProfile() 96 dex_location1, dex_location_checksum1, i, number_of_methods1, pmi, flags)); in SetupProfile() 99 dex_location1, dex_location_checksum1, i, number_of_methods1, pmi, flags)); in SetupProfile() 105 ASSERT_TRUE(info->AddClassIndex(ProfileCompilationInfo::GetProfileDexFileKey(dex_location1), in SetupProfile() 151 const std::string& dex_location1, uint32_t dex_checksum1, in GetOfflineProfileMethodInfo() argument 156 pmi.dex_references.emplace_back(dex_location1, dex_checksum1, number_of_methods1); in GetOfflineProfileMethodInfo()
|