/art/dex2oat/linker/ |
D | relative_patcher_test.h | 171 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local 281 void SetThunkCode(const LinkerPatch& patch, in SetThunkCode() 287 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() 306 explicit ThunkKey(const LinkerPatch& patch) in ThunkKey() 326 static uint32_t CustomValue1(const LinkerPatch& patch) { in CustomValue1() 337 static uint32_t CustomValue2(const LinkerPatch& patch) { in CustomValue2()
|
D | multi_oat_relative_patcher.h | 109 const LinkerPatch& patch, in PatchPcRelativeReference() 118 const LinkerPatch& patch, in PatchEntrypointCall() 125 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
D | multi_oat_relative_patcher.cc | 28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode()
|
D | oat_writer.cc | 904 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local 1767 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local 1912 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() 1924 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() 1951 ObjPtr<mirror::Class> GetTargetType(const LinkerPatch& patch) in GetTargetType() 1961 ObjPtr<mirror::String> GetTargetString(const LinkerPatch& patch) in GetTargetString() 1972 uint32_t GetTargetIntrinsicReferenceOffset(const LinkerPatch& patch) in GetTargetIntrinsicReferenceOffset()
|
D | multi_oat_relative_patcher_test.cc | 89 const LinkerPatch& patch, in PatchPcRelativeReference()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 58 inline bool IsAdrpPatch(const LinkerPatch& patch) { in IsAdrpPatch() 120 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local 137 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local 203 const LinkerPatch& patch, in PatchPcRelativeReference() 303 const LinkerPatch& patch, in PatchEntrypointCall() 313 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 212 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local 533 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local 539 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local 545 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 68 const LinkerPatch& patch, in PatchPcRelativeReference() 88 const LinkerPatch& patch, in PatchEntrypointCall() 99 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
|
D | relative_patcher_arm_base.cc | 390 const LinkerPatch& patch) { in GetEntrypointCallKey() 396 const LinkerPatch& patch) { in GetBakerThunkKey() 405 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches() local 542 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 239 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local 296 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local 302 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local 308 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
|
/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/compiler/optimizing/ |
D | optimizing_compiler.cc | 718 for (const linker::LinkerPatch& patch : linker_patches) { in Emit() local
|
D | code_generator_arm64.cc | 4901 void CodeGeneratorARM64::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()
|
D | code_generator_arm_vixl.cc | 9452 void CodeGeneratorARMVIXL::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()
|