Searched defs:boot_oat_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimage.cc41 uint32_t boot_oat_size,
57 boot_oat_size_(boot_oat_size),
29 ImageHeader(uint32_t image_begin, uint32_t image_size, ImageSection* sections, uint32_t image_roots, uint32_t oat_checksum, uint32_t oat_file_begin, uint32_t oat_data_begin, uint32_t oat_data_end, uint32_t oat_file_end, uint32_t boot_image_begin, uint32_t boot_image_size, uint32_t boot_oat_begin, uint32_t boot_oat_size, uint32_t pointer_size, bool compile_pic, bool is_pic, StorageMode storage_mode, size_t data_size) argument
/art/runtime/gc/space/
H A Dimage_space.cc977 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin; local
987 if (boot_oat_size != image_header_boot_oat_size) {
990 static_cast<uint64_t>(boot_oat_size),
1000 boot_oat_size);

Completed in 8 milliseconds