HomeSort by relevance Sort by last modified time
    Searched defs:expected_offset (Results 1 - 4 of 4) sorted by null

  /art/compiler/
oat_writer.cc 517 uint32_t expected_offset = file_offset + oat_dex_files_[i]->dex_file_offset_; local
518 off_t actual_offset = out.Seek(expected_offset, kSeekSet);
519 if (static_cast<uint32_t>(actual_offset) != expected_offset) {
522 << " Expected: " << expected_offset << " File: " << dex_file->GetLocation();
681 uint32_t expected_offset = file_offset + aligned_offset; local
682 if (static_cast<uint32_t>(new_offset) != expected_offset) {
684 << " Expected: " << expected_offset << " File: " << out.GetLocation();
    [all...]
elf_writer_quick.cc 117 uint32_t expected_offset = 0; local
120 expected_offset += sizeof(llvm::ELF::Elf32_Ehdr);
124 uint32_t phdr_offset = expected_offset;
132 expected_offset += phdr_size;
140 uint32_t dynsym_offset = expected_offset = RoundUp(expected_offset, dynsym_alignment);
147 expected_offset += dynsym_size;
155 uint32_t dynstr_offset = expected_offset = RoundUp(expected_offset, dynstr_alignment);
176 expected_offset += dynstr_size
    [all...]
  /art/runtime/
dex_file_verifier.cc 1145 uint32_t expected_offset; local
    [all...]
thread.cc 1730 uint32_t expected_offset = OFFSETOF_MEMBER(Thread, interpreter_entrypoints_); local
    [all...]

Completed in 242 milliseconds