Lines Matching refs:GetDexFile
93 profile_methods.emplace_back(method->GetDexFile(), method->GetDexMethodIndex()); in SaveProfilingInfo()
127 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0)); in SaveProfilingInfoWithFakeInlineCaches()
134 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches()
142 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches()
151 ProfileMethodInfo pmi(method->GetDexFile(), method->GetDexMethodIndex(), caches); in SaveProfilingInfoWithFakeInlineCaches()
294 ASSERT_TRUE(info1.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()
310 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()
313 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()
659 ASSERT_TRUE(info.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()
662 info.GetMethod(m->GetDexFile()->GetLocation(), in TEST_F()
663 m->GetDexFile()->GetLocationChecksum(), in TEST_F()