Home | History | Annotate | Download | only in oatdump

Lines Matching refs:TextWriter

96   class TextWriter FINAL : public CodeOutput {
98 explicit TextWriter(const OatFile* oat_file) : oat_file_(oat_file) {}
129 TextWriter text_writer(oat_file_);