Home
last modified time | relevance | path

Searched refs:StartText (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/init/parser/
H A Dtokenizer.cpp70 StartText(); in Next()
77 StartText(); in Next()
117 void Tokenizer::StartText() { in StartText() function in init::Tokenizer
H A Dtokenizer.h60 void StartText();
/aosp12/art/dex2oat/linker/
H A Delf_writer.h71 virtual OutputStream* StartText() = 0;
H A Delf_writer_quick.cc103 OutputStream* StartText() override;
215 OutputStream* ElfWriterQuick<ElfTypes>::StartText() { in StartText() function in art::linker::ElfWriterQuick
H A Dimage_test.h316 OutputStream* text = elf_writer->StartText(); in DoCompile()
H A Doat_writer_test.cc224 OutputStream* text = elf_writer->StartText(); in DoWriteElf()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2155 OutputStream* text = elf_writer->StartText(); in WriteOutputFiles()