Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc238 os_(*os), in RegionCommon()
250 os_ << " sample object addresses: "; in DumpSamplesAndOffsetCount()
253 os_ << reinterpret_cast<void*>(entry) << ", "; in DumpSamplesAndOffsetCount()
255 os_ << "\n"; in DumpSamplesAndOffsetCount()
256 os_ << " dirty byte +offset:count list = "; in DumpSamplesAndOffsetCount()
262 os_ << "+" << offset << ":" << count << ", "; in DumpSamplesAndOffsetCount()
264 os_ << "\n"; in DumpSamplesAndOffsetCount()
306 std::ostream& os_; member
387 os_(*os), in RegionSpecializedBase()
448 os_ << tabs in DiffEntryContents()
[all …]
/art/cmdline/
Dcmdline.h184 os_ = out_.get(); in Parse()
251 std::ostream* os_ = &std::cout; member
/art/runtime/
Dthread_list.cc203 : os_(os), in DumpCheckpoint()
227 *os_ << local_os.str() << std::endl; in Run()
245 std::ostream* const os_; member in art::DumpCheckpoint
/art/runtime/gc/collector/
Dmark_sweep.cc607 explicit VerifyRootVisitor(std::ostream& os) : os_(os) {} in VerifyRootVisitor()
616 os_ << "Found invalid root: " << root << " " << info << std::endl; in VisitRoot()
622 std::ostream& os_; member in art::gc::collector::MarkSweep::VerifyRootVisitor
/art/oatdump/
Doatdump.cc1795 : os_(os), in ImageDumper()
1803 std::ostream& os = *os_; in Dump()
2741 std::ostream* os_; member in art::ImageDumper
3657 args_->os_) == EXIT_SUCCESS; in ExecuteWithoutRuntime()
3677 args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()
3680 return DumpImages(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()