Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 10 of 10) sorted by relevance

/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc33 inline bool IsAdrpPatch(const LinkerPatch& patch) { in IsAdrpPatch()
74 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
90 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
164 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc25 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/x86/
Drelative_patcher_x86.cc25 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/
Dmulti_oat_relative_patcher.h107 const LinkerPatch& patch, in PatchPcRelativeReference()
Drelative_patcher_test.h151 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local
Dmulti_oat_relative_patcher_test.cc90 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc114 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpaceInternal() local
Drelative_patcher_thumb2.cc60 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/
Doat_writer.cc754 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1041 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1125 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod()
1137 uint32_t GetTargetOffset(const LinkerPatch& patch) SHARED_REQUIRES(Locks::mutator_lock_) { in GetTargetOffset()
1161 mirror::Class* GetTargetType(const LinkerPatch& patch) SHARED_REQUIRES(Locks::mutator_lock_) { in GetTargetType()
1170 mirror::String* GetTargetString(const LinkerPatch& patch) SHARED_REQUIRES(Locks::mutator_lock_) { in GetTargetString()
1178 uint32_t GetDexCacheOffset(const LinkerPatch& patch) SHARED_REQUIRES(Locks::mutator_lock_) { in GetDexCacheOffset()
/art/compiler/driver/
Dcompiler_driver.cc652 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod() local