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

  /art/runtime/
image.cc 36 uint32_t oat_data_begin,
45 oat_data_begin_(oat_data_begin),
51 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize));
54 CHECK_LE(oat_file_begin, oat_data_begin);
55 CHECK_LT(oat_data_begin, oat_data_end);
image.h 40 uint32_t oat_data_begin,
  /art/compiler/
elf_fixup.h 33 static bool Fixup(File* file, uintptr_t oat_data_begin);
image_test.cc 173 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned local
183 oat_data_begin,
elf_fixup.cc 29 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) {
35 ::llvm::ELF::Elf32_Off base_address = oat_data_begin - oatdata_address;
  /art/dex2oat/
dex2oat.cc 303 uintptr_t oat_data_begin; local
311 oat_data_begin = image_writer.GetOatDataBegin();
319 if (!ElfFixup::Fixup(oat_file.get(), oat_data_begin)) {
    [all...]

Completed in 45 milliseconds