Home
last modified time | relevance | path

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

/art/compiler/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/compiler/linker/
Drelative_patcher_test.h158 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(), in Link()
159 offset + patch.LiteralOffset(), target_offset); in Link()
164 offset + patch.LiteralOffset(), in Link()
171 offset + patch.LiteralOffset(), in Link()
176 offset + patch.LiteralOffset()); in Link()
Dmulti_oat_relative_patcher_test.cc93 last_literal_offset_ = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/x86/
Drelative_patcher_x86.cc29 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc68 return patch.LiteralOffset() == patch.PcInsnOffset(); in IsAdrpPatch()
132 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace()
133 if (NeedsErratum843419Thunk(code, patch.LiteralOffset(), patch_offset)) { in ReserveSpace()
209 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
302 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch()
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc78 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc51 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc71 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference()
Drelative_patcher_arm_base.cc316 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches()
/art/compiler/
Dcompiled_method.h237 size_t LiteralOffset() const { in LiteralOffset() function
Doat_writer.cc860 writer_->absolute_patch_locations_.push_back(base_loc + patch.LiteralOffset()); in VisitMethod()
1277 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc838 return lhs.LiteralOffset() < rhs.LiteralOffset(); in EmitAndSortLinkerPatches()