Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetDexFile

102   Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(patch->GetDexFile())));
103 mirror::String* string = class_linker->ResolveString(patch->GetDexFile(), patch->GetStringIdx(),
105 CHECK(string != nullptr) << patch->GetDexFile().GetLocation() << " " << patch->GetStringIdx();
112 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(patch->GetDexFile())));
113 mirror::Class* klass = class_linker->ResolveType(patch->GetDexFile(), patch->GetTargetTypeIdx(),
116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx();
118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
144 const void* quick_oat_code = class_linker->GetQuickOatCodeFor(patch->GetDexFile(),
165 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx());
232 class_linker->GetQuickOatCodeFor(patch->GetDexFile(),