Searched refs:patch (Results 1 – 4 of 4) sorted by relevance
77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod() argument81 hs.NewHandle(class_linker->FindDexCache(*patch->GetTargetDexFile()))); in GetTargetMethod()82 mirror::ArtMethod* method = class_linker->ResolveMethod(*patch->GetTargetDexFile(), in GetTargetMethod()83 patch->GetTargetMethodIdx(), in GetTargetMethod()87 patch->GetTargetInvokeType()); in GetTargetMethod()89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()92 CHECK(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx()) == method) in GetTargetMethod()93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetMethod()94 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " " in GetTargetMethod()[all …]
81 mirror::ArtMethod* GetTargetMethod(const CompilerDriver::CallPatchInformation* patch)84 mirror::Class* GetTargetType(const CompilerDriver::TypePatchInformation* patch)89 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
38 --host --android-root=$$(HOST_OUT) --include-patch-information61 --android-root=$$(PRODUCT_OUT)/system --include-patch-information
324 --android-root=$(PRODUCT_OUT)/system --include-patch-information \