HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetMethodIdx (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_patcher.cc 83 patch->GetTargetMethodIdx(),
89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
92 CHECK(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx()) == method)
94 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " "
155 cpatch->GetTargetDexFile()->GetMethodId(cpatch->GetTargetMethodIdx());
  /art/compiler/driver/
compiler_driver.h 488 uint32_t GetTargetMethodIdx() const {
    [all...]

Completed in 41 milliseconds