Home | History | Annotate | Download | only in dex2oat

Lines Matching full:image_base_

512       image_base_(0U),
601 image_base_ = strtoul(image_base_str, &end, 16);
794 if (image_base_ == 0) {
1633 if (app_image_ && image_base_ == 0) {
1636 image_base_ = std::max(image_base_, RoundUp(
1647 image_base_ += non_moving_space_capacity;
1648 VLOG(compiler) << "App image base=" << reinterpret_cast<void*>(image_base_);
1652 image_base_,
2452 uintptr_t image_base_;