Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc81 uint8_t* oat_begin, in CreateImageSpace() argument
99 oat_begin, in CreateImageSpace()
119 /*oat_file_begin*/PointerToLowMemUInt32(oat_begin), in CreateImageSpace()
120 /*oat_data_begin*/PointerToLowMemUInt32(oat_begin), in CreateImageSpace()
121 /*oat_data_end*/PointerToLowMemUInt32(oat_begin + oat_size), in CreateImageSpace()
122 /*oat_file_end*/PointerToLowMemUInt32(oat_begin + oat_size), in CreateImageSpace()
/art/runtime/gc/
Dheap.cc4161 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize() local
4163 if (*boot_oat_begin == 0 || oat_begin < *boot_oat_begin) { in GetBootImagesSize()
4164 *boot_oat_begin = oat_begin; in GetBootImagesSize()
4166 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()