Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.h95 void PrepareDexFilesForOatFile(TimingLogger* timings);
Dcompiler_driver.cc763 void CompilerDriver::PrepareDexFilesForOatFile(TimingLogger* timings ATTRIBUTE_UNUSED) { in PrepareDexFilesForOatFile() function in art::CompilerDriver
/art/dex2oat/
Ddex2oat.cc1929 driver_->PrepareDexFilesForOatFile(timings_); in Compile()