Lines Matching refs:dex_location
44 bool AddMethod(const std::string& dex_location, in AddMethod() argument
49 dex_location, in AddMethod()
55 bool AddMethod(const std::string& dex_location, in AddMethod() argument
61 dex_location, checksum, method_idx, kMaxMethodIds, pmi, Hotness::kFlagPostStartup); in AddMethod()
64 bool AddClass(const std::string& dex_location, in AddClass() argument
68 DexCacheResolvedClasses classes(dex_location, dex_location, checksum, kMaxMethodIds); in AddClass()
614 std::string dex_location = std::to_string(i); in TEST_F() local
615 ASSERT_TRUE(AddMethod(dex_location, /* checksum= */ 1, /* method_idx= */ i, &info)); in TEST_F()
934 [](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() argument
935 return (dex_location == "dex_location1" && checksum == 1) in TEST_F()
936 || (dex_location == "dex_location3" && checksum == 3); in TEST_F()
1100 [](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() argument
1101 return (dex_location == "dex_location2" && checksum == 2); in TEST_F()