| /art/dex2oat/linker/arm64/ |
| D | relative_patcher_arm64.cc | 58 inline bool IsAdrpPatch(const LinkerPatch& patch) { in IsAdrpPatch() 119 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local 136 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local 211 const LinkerPatch& patch, in PatchPcRelativeReference() 311 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
| D | relative_patcher_arm64_test.cc | 175 std::vector<uint8_t> CompileThunk(const LinkerPatch& patch, in CompileThunk() 200 for (const LinkerPatch& patch : patches) { in AddCompiledMethod() local 211 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local 532 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local 538 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local 544 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
|
| /art/dex2oat/linker/ |
| D | relative_patcher_test.h | 172 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local 276 void SetThunkCode(const LinkerPatch& patch, in SetThunkCode() 282 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() 301 explicit ThunkKey(const LinkerPatch& patch) in ThunkKey()
|
| D | multi_oat_relative_patcher.h | 109 const LinkerPatch& patch, in PatchPcRelativeReference() 118 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
| D | multi_oat_relative_patcher.cc | 28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode()
|
| D | multi_oat_relative_patcher_test.cc | 89 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| D | oat_writer.cc | 877 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local 1733 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local 1872 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() 1884 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() 1915 ObjPtr<mirror::Class> GetTargetType(const LinkerPatch& patch) in GetTargetType() 1925 ObjPtr<mirror::String> GetTargetString(const LinkerPatch& patch) in GetTargetString() 1936 uint32_t GetTargetIntrinsicReferenceOffset(const LinkerPatch& patch) in GetTargetIntrinsicReferenceOffset()
|
| /art/dex2oat/linker/x86_64/ |
| D | relative_patcher_x86_64.cc | 26 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/dex2oat/linker/x86/ |
| D | relative_patcher_x86.cc | 26 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/dex2oat/linker/arm/ |
| D | relative_patcher_thumb2.cc | 86 const LinkerPatch& patch, in PatchPcRelativeReference() 106 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
| D | relative_patcher_arm_base.cc | 390 const LinkerPatch& patch) { in GetBakerThunkKey() 399 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches() local 529 const LinkerPatch& patch, uint32_t max_next_offset) { in ThunkDataForPatch()
|
| D | relative_patcher_thumb2_test.cc | 209 std::vector<uint8_t> CompileThunk(const LinkerPatch& patch, in CompileThunk() 227 for (const LinkerPatch& patch : patches) { in AddCompiledMethod() local 238 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local 295 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local 301 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local 307 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
|
| /art/dex2oat/linker/mips/ |
| D | relative_patcher_mips.cc | 49 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/dex2oat/linker/mips64/ |
| D | relative_patcher_mips64.cc | 49 const LinkerPatch& patch, in PatchPcRelativeReference()
|
| /art/compiler/optimizing/ |
| D | optimizing_compiler.cc | 766 for (const linker::LinkerPatch& patch : linker_patches) { in Emit() local
|
| D | code_generator_arm64.cc | 4465 void CodeGeneratorARM64::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()
|
| D | code_generator_arm_vixl.cc | 9028 void CodeGeneratorARMVIXL::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()
|