Searched refs:pmi_reindexed (Results 1 – 1 of 1) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 569 ProfileCompilationInfo::OfflineProfileMethodInfo pmi_reindexed(ic_map_reindexed); in TEST_F() local 570 pmi_reindexed.dex_references.emplace_back("dex_location2", /* checksum= */ 2, kMaxMethodIds); in TEST_F() 571 pmi_reindexed.dex_references.emplace_back("dex_location1", /* checksum= */ 1, kMaxMethodIds); in TEST_F() 588 "dex_location2", /* checksum= */ 2, method_idx, pmi_reindexed, &info_reindexed)); in TEST_F() 590 "dex_location1", /* checksum= */ 1, method_idx, pmi_reindexed, &info_reindexed)); in TEST_F()
|