Home
last modified time | relevance | path

Searched refs:GetTargetMethodIdx (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_patcher.cc83 patch->GetTargetMethodIdx(), in GetTargetMethod()
89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()
92 CHECK(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx()) == method) in GetTargetMethod()
94 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " " in GetTargetMethod()
145 cpatch->GetTargetDexFile()->GetMethodId(cpatch->GetTargetMethodIdx()); in SetPatchLocation()
/art/compiler/driver/
Dcompiler_driver.h467 uint32_t GetTargetMethodIdx() const { in GetTargetMethodIdx() function