Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc512 image_base_(0U), in Dex2Oat()
601 image_base_ = strtoul(image_base_str, &end, 16); in ParseBase()
794 if (image_base_ == 0) { in ProcessOptions()
1633 if (app_image_ && image_base_ == 0) { in WriteOatFiles()
1636 image_base_ = std::max(image_base_, RoundUp( in WriteOatFiles()
1647 image_base_ += non_moving_space_capacity; in WriteOatFiles()
1648 VLOG(compiler) << "App image base=" << reinterpret_cast<void*>(image_base_); in WriteOatFiles()
1652 image_base_, in WriteOatFiles()
2452 uintptr_t image_base_; member in art::FINAL