HomeSort by relevance Sort by last modified time
    Searched refs:InitOatDexFiles (Results 1 - 2 of 2) sorted by null

  /art/compiler/
oat_writer.h 145 size_t InitOatDexFiles(size_t offset);
oat_writer.cc 103 TimingLogger::ScopedTiming split("InitOatDexFiles", timings);
104 offset = InitOatDexFiles(offset);
753 size_t OatWriter::InitOatDexFiles(size_t offset) {
    [all...]

Completed in 72 milliseconds