Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4262 uint32_t* boot_oat_begin, in GetBootImagesSize() argument
4266 DCHECK(boot_oat_begin != nullptr); in GetBootImagesSize()
4270 *boot_oat_begin = 0u; in GetBootImagesSize()
4282 if (*boot_oat_begin == 0 || oat_begin < *boot_oat_begin) { in GetBootImagesSize()
4283 *boot_oat_begin = oat_begin; in GetBootImagesSize()
Dheap.h691 uint32_t* boot_oat_begin,
/art/runtime/gc/space/
Dimage_space.cc1148 uint32_t boot_oat_begin = 0; in RelocateInPlace() local
1151 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1156 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2704 uint32_t boot_oat_begin = 0; in CreateHeader() local
2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()