Home
last modified time | relevance | path

Searched refs:LiteralOffset (Results 1 – 11 of 11) sorted by relevance

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64.cc28 DCHECK_LE(patch.LiteralOffset() + 4u, code->size()); in PatchPcRelativeReference()
34 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement; in PatchPcRelativeReference()
/art/dex2oat/linker/
Drelative_patcher_test.h180 patch.LiteralOffset(), in Link()
181 offset + patch.LiteralOffset(), in Link()
189 offset + patch.LiteralOffset(), in Link()
196 offset + patch.LiteralOffset(), in Link()
203 offset + patch.LiteralOffset(), in Link()
208 offset + patch.LiteralOffset()); in Link()
212 offset + patch.LiteralOffset()); in Link()
Dmulti_oat_relative_patcher_test.cc92 last_literal_offset_ = patch.LiteralOffset(); in PatchPcRelativeReference()
Doat_writer.cc1639 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc76 return patch.LiteralOffset() == patch.PcInsnOffset(); in IsAdrpPatch()
143 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace()
144 if (NeedsErratum843419Thunk(code, patch.LiteralOffset(), patch_offset)) { in ReserveSpace()
212 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
319 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
326 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc70 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
94 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
101 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch()
Drelative_patcher_arm_base.cc406 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches()
/art/dex2oat/linker/x86/
Drelative_patcher_x86.cc29 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.cc68 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/
Dlinker_patch.h227 size_t LiteralOffset() const { in LiteralOffset() function
/art/compiler/optimizing/
Doptimizing_compiler.cc726 return lhs.LiteralOffset() < rhs.LiteralOffset(); in EmitAndSortLinkerPatches()