Home
last modified time | relevance | path

Searched refs:boot_image_tables (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file.cc573 uint8_t* boot_image_tables = (bss_begin_ == after_tables) ? nullptr : bss_begin_; in Setup() local
576 DCHECK_EQ(boot_image_tables != nullptr, boot_image_tables_end != nullptr); in Setup()
867 if (boot_image_tables != nullptr) { in Setup()
876 size_t reserved_size = static_cast<size_t>(boot_image_tables_end - boot_image_tables); in Setup()
892 if (current_tables_size != 0u && !MapConstantTables(space, boot_image_tables)) { in Setup()
895 boot_image_tables += current_tables_size; in Setup()
897 DCHECK(boot_image_tables == boot_image_tables_end); in Setup()