Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1663 uint8_t* oat_file_end_tmp = *oat_file_end; in LoadBootImage() local
1680 oat_file_end_tmp = AlignUp(oat_file_end_addr, kPageSize); in LoadBootImage()
1716 *oat_file_end = oat_file_end_tmp; in LoadBootImage()