Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h74 virtual void EndText(OutputStream* text) = 0;
Delf_writer_quick.cc116 void EndText(OutputStream* text) OVERRIDE;
237 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) { in EndText() function in art::linker::ElfWriterQuick
Dimage_test.h337 elf_writer->EndText(text); in Compile()
Doat_writer_test.cc249 elf_writer->EndText(text); in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc2159 elf_writer->EndText(text); in WriteOutputFiles()