Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc54 inline bool IsAdrpPatch(const LinkerPatch& patch) { in IsAdrpPatch()
113 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
130 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
204 const LinkerPatch& patch, in PatchPcRelativeReference()
299 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
340 const LinkerPatch& patch) { in GetBakerReadBarrierKey()
Drelative_patcher_arm64_test.cc467 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local
475 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
/art/compiler/linker/
Dmulti_oat_relative_patcher.h107 const LinkerPatch& patch, in PatchPcRelativeReference()
116 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
Drelative_patcher_test.h153 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local
Dmulti_oat_relative_patcher_test.cc90 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/mips64/
Drelative_patcher_mips64.cc74 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc47 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc68 const LinkerPatch& patch, in PatchPcRelativeReference()
Drelative_patcher_arm_base.cc315 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches() local
/art/compiler/
Doat_writer.cc858 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1276 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1393 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod()
1405 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset()
1437 mirror::Class* GetTargetType(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetType()
1446 mirror::String* GetTargetString(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetString()
1458 uint32_t GetDexCacheOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCacheOffset()
/art/compiler/driver/
Dcompiler_driver.cc645 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod() local