Searched refs:PrepareLayout (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | oat_writer.h | 158 void PrepareLayout(const CompilerDriver* compiler,
|
D | image_test.cc | 139 oat_writer.PrepareLayout(compiler_driver_.get(), writer.get(), dex_files, &patcher); in TestWriteRead()
|
D | oat_test.cc | 206 oat_writer.PrepareLayout(compiler_driver_.get(), nullptr, dex_files, &patcher); in DoWriteElf()
|
D | oat_writer.cc | 469 void OatWriter::PrepareLayout(const CompilerDriver* compiler, in PrepareLayout() function in art::OatWriter
|
/art/dex2oat/ |
D | dex2oat.cc | 1675 oat_writer->PrepareLayout(driver_.get(), image_writer_.get(), dex_files, &patcher); in WriteOatFiles()
|