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

  /art/runtime/
image.cc 35 uint32_t oat_file_begin,
45 oat_file_begin_(oat_file_begin),
53 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize));
56 CHECK_LT(image_roots, oat_file_begin);
57 CHECK_LE(oat_file_begin, oat_data_begin);
image.h 39 uint32_t oat_file_begin,
oat_file.h 52 uint8_t* oat_file_begin,
303 uint8_t* oat_file_begin, // Override base if not null
311 uint8_t* oat_file_begin, // Override where the file is loaded to if not null
oat_file.cc 70 uint8_t* oat_file_begin,
95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
130 uint8_t* oat_file_begin,
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable,
195 bool OatFile::ElfFileOpen(File* file, byte* requested_base, uint8_t* oat_file_begin,
200 oat_file_begin));
  /art/compiler/
image_test.cc 203 uint32_t oat_file_begin = ART_BASE_ADDRESS + (4 * KB); // page aligned
213 oat_file_begin,
image_writer.cc 930 const byte* oat_file_begin = image_begin_ + RoundUp(image_end_, kPageSize); local
    [all...]

Completed in 484 milliseconds