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

  /art/compiler/
image_writer.cc 654 patch->GetTargetMethodIdx(),
660 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
662 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
663 CHECK(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx()) == method)
665 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " "
709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx());
  /art/compiler/driver/
compiler_driver.h 263 uint32_t GetTargetMethodIdx() const {

Completed in 126 milliseconds