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()
118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetType()
146 patch->GetReferrerMethodIdx()); in SetPatchLocation()
234 patch->GetReferrerMethodIdx()); in PatchElf()
/art/compiler/driver/
Dcompiler_driver.h440 uint32_t GetReferrerMethodIdx() const { in GetReferrerMethodIdx() function