Lines Matching full:image_base_
593 image_base_(0U),
695 image_base_ = strtoul(image_base_str, &end, 16);
897 if (image_base_ == 0) {
2008 if (IsAppImage() && image_base_ == 0) {
2011 image_base_ = std::max(image_base_, RoundUp(
2022 image_base_ += non_moving_space_capacity;
2023 VLOG(compiler) << "App image base=" << reinterpret_cast<void*>(image_base_);
2027 image_base_,
2882 uintptr_t image_base_;