Home | History | Annotate | Download | only in gc

Lines Matching defs:image_begin

4273     const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin());
4275 if (*boot_image_begin == 0 || image_begin < *boot_image_begin) {
4276 *boot_image_begin = image_begin;
4278 *boot_image_end = std::max(*boot_image_end, image_begin + image_size);