Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc535 image_base_(0U), in Dex2Oat()
636 image_base_ = strtoul(image_base_str, &end, 16); in ParseBase()
838 if (image_base_ == 0) { in ProcessOptions()
1832 if (IsAppImage() && image_base_ == 0) { in WriteOutputFiles()
1835 image_base_ = std::max(image_base_, RoundUp( in WriteOutputFiles()
1846 image_base_ += non_moving_space_capacity; in WriteOutputFiles()
1847 VLOG(compiler) << "App image base=" << reinterpret_cast<void*>(image_base_); in WriteOutputFiles()
1851 image_base_, in WriteOutputFiles()
2726 uintptr_t image_base_; member in art::FINAL