Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc810 image_base_(0U), in Dex2Oat()
871 image_base_ = strtoul(option.c_str(), &end, 16); in ParseBase()
1030 if (image_base_ == 0) { in ProcessOptions()
1034 if (image_base_ != 0) { in ProcessOptions()
2271 DCHECK_EQ(image_base_, 0u); in WriteOutputFiles()
2273 image_base_ = heap->GetBootImagesStartAddress() + heap->GetBootImagesSize(); in WriteOutputFiles()
2275 VLOG(compiler) << "Image base=" << reinterpret_cast<void*>(image_base_); in WriteOutputFiles()
2278 image_base_, in WriteOutputFiles()
3043 uintptr_t image_base_; member in art::Dex2Oat