Searched refs:boot_oat_end (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc976 uint32_t boot_oat_end = 0; local
979 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end);
984 if (boot_oat_begin == boot_oat_end) {
989 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin;
/art/runtime/gc/
H A Dheap.cc4132 uint32_t* boot_oat_end) {
4136 DCHECK(boot_oat_end != nullptr);
4140 *boot_oat_end = 0u;
4154 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size);
4129 GetBootImagesSize(uint32_t* boot_image_begin, uint32_t* boot_image_end, uint32_t* boot_oat_begin, uint32_t* boot_oat_end) argument
H A Dheap.h607 uint32_t* boot_oat_end);
/art/compiler/
H A Dimage_writer.cc1529 uint32_t boot_oat_end = 0; local
1531 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end);
1547 boot_oat_end - boot_oat_begin,

Completed in 677 milliseconds