Searched refs:FinishVdexFile (Results 1 – 5 of 5) sorted by relevance
176 bool FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps);
305 oat_writer->FinishVdexFile(out_helper.vdex_files[i].GetFile(), /*verifier_deps=*/ nullptr); in DoCompile()
204 if (!oat_writer.FinishVdexFile(vdex_file, /*verifier_deps=*/ nullptr)) { in DoWriteElf()
3655 bool OatWriter::FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps) { in FinishVdexFile() function in art::linker::OatWriter
2108 if (!oat_writers_[i]->FinishVdexFile(vdex_file, verifier_deps)) { in WriteOutputFiles()