Home
last modified time | relevance | path

Searched defs:target_offset (Results 1 – 12 of 12) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc59 uint32_t target_offset) { in PatchCall()
69 uint32_t target_offset) { in PatchPcRelativeReference()
91 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall() local
107 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
Drelative_patcher_arm_base.cc342 uint32_t target_offset) { in CalculateMethodCallDisplacement()
504 uint32_t target_offset = in ResolveMethodCalls() local
Drelative_patcher_thumb2_test.cc121 uint32_t BneWWithOffset(uint32_t bne_offset, uint32_t target_offset) { in BneWWithOffset()
377 uint32_t target_offset) { in CheckPcRelativePatch()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h101 uint32_t target_offset) { in PatchCall()
111 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_test.h174 uint32_t target_offset = in Link() local
182 uint32_t target_offset = in Link() local
189 uint32_t target_offset = in Link() local
Dmulti_oat_relative_patcher_test.cc82 uint32_t target_offset) override { in PatchCall()
91 uint32_t target_offset) override { in PatchPcRelativeReference()
Doat_writer.cc1693 uint32_t target_offset = GetTargetIntrinsicReferenceOffset(patch); in VisitMethod() local
1701 uint32_t target_offset = in VisitMethod() local
1711 uint32_t target_offset = in VisitMethod() local
1721 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1729 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1738 uint32_t target_offset = in VisitMethod() local
1747 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local
1756 uint32_t target_offset = writer_->bss_start_ + writer_->bss_type_entries_.Get(ref); in VisitMethod() local
1765 uint32_t target_offset = in VisitMethod() local
1775 uint32_t target_offset = in VisitMethod() local
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc196 uint32_t target_offset) { in PatchCall()
207 uint32_t target_offset) { in PatchPcRelativeReference()
314 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall() local
327 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
Drelative_patcher_arm64_test.cc259 uint32_t target_offset, in GenNopsAndAdrpAndUse()
292 uint32_t target_offset) { in GenNopsAndAdrpLdr()
311 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAdrpLdr() local
318 uint32_t target_offset) { in GenNopsAndAdrpAdd()
376 uint32_t target_offset, in TestNopsAdrpInsn2AndUse()
386 uint32_t target_offset, in TestNopsAdrpInsn2AndUseHasThunk()
436 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestAdrpInsn2Ldr() local
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64.cc27 uint32_t target_offset) { in PatchPcRelativeReference()
/art/dex2oat/linker/x86/
Drelative_patcher_x86.cc27 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_x86_base.cc47 uint32_t target_offset) { in PatchCall()