Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc593 image_base_(0U), in Dex2Oat()
695 image_base_ = strtoul(image_base_str, &end, 16); in ParseBase()
897 if (image_base_ == 0) { in ProcessOptions()
2008 if (IsAppImage() && image_base_ == 0) { in WriteOutputFiles()
2011 image_base_ = std::max(image_base_, RoundUp( in WriteOutputFiles()
2022 image_base_ += non_moving_space_capacity; in WriteOutputFiles()
2023 VLOG(compiler) << "App image base=" << reinterpret_cast<void*>(image_base_); in WriteOutputFiles()
2027 image_base_, in WriteOutputFiles()
2882 uintptr_t image_base_; member in art::FINAL