Searched defs:out_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Dbuffered_output_stream.h32 delete out_;
44 OutputStream* const out_; member in class:art::FINAL
H A Doat_writer.cc644 out_(out),
673 offset_ = writer_->relative_patcher_->WriteThunks(out_, offset_);
689 OutputStream* out = out_;
778 OutputStream* const out_; member in class:art::OatWriter::InitCodeMethodVisitor::OatWriter::WriteCodeMethodVisitor
788 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
900 out_(out),
910 OutputStream* out = out_;
936 OutputStream* const out_; member in class:art::OatWriter::InitCodeMethodVisitor::OatWriter::WriteMapMethodVisitor
941 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
/art/compiler/linker/
H A Drelative_patcher_test.h60 out_("test output stream", &output_) {
109 out_.WriteFully(dummy_trampoline, kTrampolineSize);
117 offset = patcher_->WriteThunks(&out_, offset);
122 out_.WriteFully(kPadding, aligned_code_delta);
125 out_.WriteFully(dummy_header, sizeof(OatQuickMethodHeader));
147 out_.WriteFully(&code[0], code.size());
150 offset = patcher_->WriteThunks(&out_, offset);
249 VectorOutputStream out_; member in class:art::linker::RelativePatcherTest
/art/cmdline/
H A Dcmdline.h154 out_.reset(new std::ofstream(filename));
155 if (!out_->good()) {
160 os_ = out_.get();
219 std::unique_ptr<std::ofstream> out_; // If something besides cout is used member in struct:art::CmdlineArgs

Completed in 161 milliseconds