Searched refs:GetStream (Results 1 - 6 of 6) sorted by relevance

/art/compiler/
H A Delf_writer.h69 virtual OutputStream* GetStream() = 0;
H A Delf_writer_quick.cc107 virtual OutputStream* GetStream() OVERRIDE;
275 OutputStream* ElfWriterQuick<ElfTypes>::GetStream() { function in class:art::ElfWriterQuick
276 return builder_->GetStream();
H A Dimage_test.cc158 bool header_ok = oat_writer.WriteHeader(elf_writer->GetStream(), 0u, 0u, 0u);
H A Delf_builder.h739 OutputStream* GetStream() { function in class:art::FINAL
H A Doat_test.cc222 if (!oat_writer.WriteHeader(elf_writer->GetStream(), 42U, 4096U, 0)) {
/art/dex2oat/
H A Ddex2oat.cc1719 if (!oat_writer->WriteHeader(elf_writer->GetStream(),

Completed in 105 milliseconds