HomeSort by relevance Sort by last modified time
    Searched refs:LiteralOffset (Results 1 - 10 of 10) sorted by null

  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 28 DCHECK_LE(patch.LiteralOffset() + 4u, code->size());
34 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement;
  /art/compiler/linker/x86/
relative_patcher_x86.cc 29 uint32_t literal_offset = patch.LiteralOffset();
  /art/compiler/linker/
relative_patcher_test.h 156 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(),
157 offset + patch.LiteralOffset(), target_offset);
162 offset + patch.LiteralOffset(),
168 offset + patch.LiteralOffset(),
multi_oat_relative_patcher_test.cc 93 last_literal_offset_ = patch.LiteralOffset();
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 37 patch.LiteralOffset() == patch.PcInsnOffset();
92 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset();
93 if (NeedsErratum843419Thunk(code, patch.LiteralOffset(), patch_offset)) {
169 uint32_t literal_offset = patch.LiteralOffset();
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 63 uint32_t literal_offset = patch.LiteralOffset();
relative_patcher_arm_base.cc 117 quick_code_offset + patch.LiteralOffset());
  /art/compiler/
compiled_method.h 250 size_t LiteralOffset() const {
oat_writer.cc 756 writer_->absolute_patch_locations_.push_back(base_loc + patch.LiteralOffset());
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 574 return lhs.LiteralOffset() < rhs.LiteralOffset();
    [all...]

Completed in 321 milliseconds