Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc526 image_base_(0U), in Dex2Oat()
594 image_base_ = strtoul(option.c_str(), &end, 16); in ParseBase()
754 if (image_base_ == 0) { in ProcessOptions()
758 if (image_base_ != 0) { in ProcessOptions()
2065 DCHECK_EQ(image_base_, 0u); in WriteOutputFiles()
2067 image_base_ = heap->GetBootImagesStartAddress() + heap->GetBootImagesSize(); in WriteOutputFiles()
2069 VLOG(compiler) << "Image base=" << reinterpret_cast<void*>(image_base_); in WriteOutputFiles()
2072 image_base_, in WriteOutputFiles()
2930 uintptr_t image_base_; member in art::Dex2Oat