Searched refs:os_ (Results 1 – 5 of 5) sorted by relevance
238 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_; member387 os_(*os), in RegionSpecializedBase()448 os_ << tabs in DiffEntryContents()[all …]
184 os_ = out_.get(); in Parse()251 std::ostream* os_ = &std::cout; member
205 : os_(os), in DumpCheckpoint()229 *os_ << local_os.str() << std::endl; in Run()247 std::ostream* const os_; member in art::DumpCheckpoint
607 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
1792 : os_(os), in ImageDumper()1800 std::ostream& os = *os_; in Dump()2721 std::ostream* os_; member in art::ImageDumper3625 args_->os_) == EXIT_SUCCESS; in ExecuteWithoutRuntime()3645 args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()3648 return DumpImages(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()