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

  /art/runtime/
oat_file_manager.h 55 const OatFile* RegisterOatFile(std::unique_ptr<const OatFile> oat_file)
oat_file_manager.cc 67 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) {
167 oat_files.push_back(RegisterOatFile(space->ReleaseOatFile()));
530 source_oat_file = RegisterOatFile(std::move(oat_file));
802 *out_oat_file = RegisterOatFile(std::move(oat_file));
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 175 milliseconds