Home
last modified time | relevance | path

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

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64.cc29 DCHECK_LE(patch.LiteralOffset() + 4u, code->size()); in PatchPcRelativeReference()
35 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement; in PatchPcRelativeReference()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc72 return patch.LiteralOffset() == patch.PcInsnOffset(); in IsAdrpPatch()
139 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace()
140 if (NeedsErratum843419Thunk(code, patch.LiteralOffset(), patch_offset)) { in ReserveSpace()
208 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
309 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
316 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch()
/art/dex2oat/linker/
Drelative_patcher_test.h177 patch.LiteralOffset(), in Link()
178 offset + patch.LiteralOffset(), in Link()
185 offset + patch.LiteralOffset(), in Link()
192 offset + patch.LiteralOffset(), in Link()
197 offset + patch.LiteralOffset()); in Link()
201 offset + patch.LiteralOffset()); in Link()
Dmulti_oat_relative_patcher_test.cc92 last_literal_offset_ = patch.LiteralOffset(); in PatchPcRelativeReference()
Doat_writer.cc1757 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc71 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
95 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
102 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.cc30 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/
Dlinker_patch.h168 size_t LiteralOffset() const { in LiteralOffset() function
/art/compiler/optimizing/
Doptimizing_compiler.cc699 return lhs.LiteralOffset() < rhs.LiteralOffset(); in EmitAndSortLinkerPatches()