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

  /bionic/tools/relocation_packer/src/
delta_encoder.cc 195 const ElfAddr offset_delta = static_cast<ElfAddr>(reloc_two.r_offset) - local
198 if (offset_delta == current_offset_delta) {
263 const ElfAddr offset_delta = reloc_one.r_offset - previous_offset;
266 DetectGroupFields(reloc_one, relocations[group_starts_with], offset_delta, group_flags,
278 DetectGroupFields(relocations[i], relocations[i+1], offset_delta, &candidate_flags,
  /art/compiler/
image_writer.cc 463 size_t offset_delta = RoundUp(object_size, kObjectAlignment); // 64-bit alignment local
468 bin_slot_sizes_[bin] += offset_delta;
477 image_end_ += offset_delta;
    [all...]

Completed in 121 milliseconds