Lines Matching refs:stream
602 void Heap::DumpObject(std::ostream& stream, mirror::Object* obj) { in DumpObject() argument
604 stream << "(obj=null)"; in DumpObject()
621 stream << "Object " << obj; in DumpObject()
623 stream << " in space " << *space; in DumpObject()
626 stream << "\nclass=" << klass; in DumpObject()
628 stream << " type= " << SafePrettyTypeOf(obj); in DumpObject()
1204 void Heap::DumpSpaces(std::ostream& stream) const { in DumpSpaces()
1208 stream << space << " " << *space << "\n"; in DumpSpaces()
1210 stream << live_bitmap << " " << *live_bitmap << "\n"; in DumpSpaces()
1213 stream << mark_bitmap << " " << *mark_bitmap << "\n"; in DumpSpaces()
1217 stream << space << " " << *space << "\n"; in DumpSpaces()