Home
last modified time | relevance | path

Searched refs:FinishVdexFile (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h186 bool FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps);
Dimage_test.h297 oat_writer->FinishVdexFile(out_helper.vdex_files[i].GetFile(), /*verifier_deps=*/ nullptr); in DoCompile()
Doat_writer_test.cc215 if (!oat_writer.FinishVdexFile(vdex_file, /*verifier_deps=*/ nullptr)) { in DoWriteElf()
Doat_writer.cc3746 bool OatWriter::FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps) { in FinishVdexFile() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2311 if (!oat_writers_[i]->FinishVdexFile(vdex_file, verifier_deps)) { in WriteOutputFiles()