Searched defs:patch (Results 1 – 13 of 13) sorted by relevance
| /art/compiler/linker/arm64/ |
| D | relative_patcher_arm64.cc | 54 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()
|
| D | relative_patcher_arm64_test.cc | 467 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local 475 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
|
| /art/compiler/linker/ |
| D | multi_oat_relative_patcher.h | 107 const LinkerPatch& patch, in PatchPcRelativeReference() 116 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
| D | relative_patcher_test.h | 153 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local
|
| D | multi_oat_relative_patcher_test.cc | 90 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/linker/x86_64/ |
| D | relative_patcher_x86_64.cc | 25 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/linker/x86/ |
| D | relative_patcher_x86.cc | 25 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/linker/mips64/ |
| D | relative_patcher_mips64.cc | 74 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/linker/mips/ |
| D | relative_patcher_mips.cc | 47 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/linker/arm/ |
| D | relative_patcher_thumb2.cc | 68 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| D | relative_patcher_arm_base.cc | 315 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches() local
|
| /art/compiler/ |
| D | oat_writer.cc | 858 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/ |
| D | compiler_driver.cc | 645 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod() local
|