Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Delf_patcher.cc77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod() argument
81 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 …]
Delf_patcher.h81 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)
/art/build/
DAndroid.oat.mk38 --host --android-root=$$(HOST_OUT) --include-patch-information
61 --android-root=$$(PRODUCT_OUT)/system --include-patch-information
/art/
DAndroid.mk324 --android-root=$(PRODUCT_OUT)/system --include-patch-information \