Home | History | Annotate | Download | only in runtime

Lines Matching refs:RegisterOatFile

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));