/art/compiler/linker/ |
D | relative_patcher_test.h | 157 uint32_t target_offset = in Link() local 162 uint32_t target_offset = in Link() local 169 uint32_t target_offset = in Link() local
|
D | multi_oat_relative_patcher.h | 99 uint32_t target_offset) { in PatchCall() 109 uint32_t target_offset) { in PatchPcRelativeReference()
|
D | multi_oat_relative_patcher_test.cc | 83 uint32_t target_offset) OVERRIDE { in PatchCall() 92 uint32_t target_offset) OVERRIDE { in PatchPcRelativeReference()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64.cc | 27 uint32_t target_offset) { in PatchPcRelativeReference()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86.cc | 27 uint32_t target_offset) { in PatchPcRelativeReference()
|
D | relative_patcher_x86_base.cc | 40 uint32_t target_offset) { in PatchCall()
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64.cc | 49 uint32_t target_offset) { in PatchPcRelativeReference()
|
D | relative_patcher_mips64_test.cc | 60 uint32_t target_offset) { in CheckPcRelativePatch()
|
/art/compiler/linker/mips/ |
D | relative_patcher_mips.cc | 49 uint32_t target_offset) { in PatchPcRelativeReference()
|
D | relative_patcher_mips_test.cc | 61 uint32_t target_offset) { in CheckPcRelativePatch()
|
D | relative_patcher_mips32r6_test.cc | 59 uint32_t target_offset) { in CheckPcRelativePatch()
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 271 uint32_t target_offset) { in CalculateMethodCallDisplacement() 421 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls() local
|
D | relative_patcher_thumb2.cc | 55 uint32_t target_offset) { in PatchCall() 83 uint32_t target_offset) { in PatchPcRelativeReference() 166 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
|
D | relative_patcher_thumb2_test.cc | 116 uint32_t BneWWithOffset(uint32_t bne_offset, uint32_t target_offset) { in BneWWithOffset() 316 uint32_t target_offset) { in CheckPcRelativePatch()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 185 target_offset) { in PatchCall() 205 uint32_t target_offset) { in PatchPcRelativeReference() 347 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
|
D | relative_patcher_arm64_test.cc | 215 uint32_t target_offset, in GenNopsAndAdrpAndUse() 248 uint32_t target_offset) { in GenNopsAndAdrpLdr() 267 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAdrpLdr() local 274 uint32_t target_offset) { in GenNopsAndAdrpAdd() 332 uint32_t target_offset, in TestNopsAdrpInsn2AndUse() 342 uint32_t target_offset, in TestNopsAdrpInsn2AndUseHasThunk() 391 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestAdrpInsn2Ldr() local
|
/art/compiler/ |
D | oat_writer.cc | 1376 uint32_t target_offset = in VisitMethod() local 1386 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local 1394 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local 1403 uint32_t target_offset = in VisitMethod() local 1412 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local 1421 uint32_t target_offset = writer_->bss_start_ + writer_->bss_type_entries_.Get(ref); in VisitMethod() local 1429 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local 1434 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod() local 1498 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local 1587 void PatchCodeAddress(std::vector<uint8_t>* code, uint32_t offset, uint32_t target_offset) in PatchCodeAddress()
|