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

  /art/compiler/
image_test.cc 173 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned local
183 oat_data_begin,
  /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 62 milliseconds