Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.h94 void PrepareDexFilesForOatFile(TimingLogger* timings);
H A Dcompiler_driver.cc712 void CompilerDriver::PrepareDexFilesForOatFile(TimingLogger* timings ATTRIBUTE_UNUSED) { in PrepareDexFilesForOatFile() function in art::CompilerDriver
/aosp12/art/dex2oat/
H A Ddex2oat.cc1899 driver_->PrepareDexFilesForOatFile(timings_); in Compile()