Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc134 bool image_space_ok = writer->PrepareImageAddressSpace(); in TestWriteRead()
Dimage_writer.h66 bool PrepareImageAddressSpace();
Dimage_writer.cc122 bool ImageWriter::PrepareImageAddressSpace() { in PrepareImageAddressSpace() function in art::ImageWriter
/art/dex2oat/
Ddex2oat.cc1661 if (!image_writer_->PrepareImageAddressSpace()) { in WriteOatFiles()