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

  /art/compiler/
elf_patcher.cc 113 mirror::Class* klass = class_linker->ResolveType(patch->GetDexFile(), patch->GetTargetTypeIdx(),
116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx();
117 CHECK(dex_cache->GetResolvedTypes()->Get(patch->GetTargetTypeIdx()) == klass)
119 << PrettyClass(dex_cache->GetResolvedTypes()->Get(patch->GetTargetTypeIdx())) << " "
165 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx());
  /art/compiler/driver/
compiler_driver.h 571 uint32_t GetTargetTypeIdx() const {
    [all...]

Completed in 192 milliseconds