Lines Matching refs:GetMethod
623 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F()
627 loaded_info.GetMethod("dex_location4", /* checksum */ 4, /* method_idx */ 3); in TEST_F()
669 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F()
720 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F()
756 info.GetMethod(m->GetDexFile()->GetLocation(), in TEST_F()
831 info.GetMethod("dex_location1", /* checksum */ 1, method_idx); in TEST_F()
835 info.GetMethod("dex_location2", /* checksum */ 2, method_idx); in TEST_F()
1079 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* method_idx */ 0); in TEST_F()
1101 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* method_idx */ 0); in TEST_F()
1107 info.GetMethod("my.app", /* checksum */ 123, /* method_idx */ 0); in TEST_F()
1175 ASSERT_TRUE(nullptr == loaded_info.GetMethod("dex_location2", /* checksum */ 2, method_idx)); in TEST_F()
1176 ASSERT_TRUE(nullptr == loaded_info.GetMethod("dex_location4", /* checksum */ 4, method_idx)); in TEST_F()
1184 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ method_idx); in TEST_F()
1294 loaded_info.GetMethod("dex_location1", /* checksum */ 1, method_idx); in TEST_F()
1300 loaded_info.GetMethod("dex_location4", /* checksum */ 4, method_idx); in TEST_F()