Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetMethod()
108 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetType()
136 patch->GetReferrerMethodIdx()); in SetPatchLocation()
223 patch->GetReferrerMethodIdx()); in PatchElf()
/art/compiler/driver/
Dcompiler_driver.h419 uint32_t GetReferrerMethodIdx() const { in GetReferrerMethodIdx() function