Searched defs:ss (Results 1 - 6 of 6) sorted by relevance

/art/test/034-call-null/src/
H A DMain.java20 private void doStuff(int i, int[][] is, String s, String[][] ss) { argument
/art/runtime/
H A Dthread_list.cc168 std::ostringstream ss; local
169 ss << "Thread suspend timeout\n";
170 Locks::mutator_lock_->Dump(ss);
171 ss << "\n";
172 runtime->GetThreadList()->DumpLocked(ss);
173 LOG(FATAL) << ss.str();
H A Dmonitor.cc305 std::ostringstream ss; local
306 self->Dump(ss);
308 << self->GetException(NULL)->Dump() << "\n" << ss.str();
H A Dutils.cc214 std::ostringstream ss; local
215 LOG(INFO) << "Note: end time exceeds epoch: " << ss.str();
H A Dthread.cc637 std::ostringstream ss; variable
638 Runtime::Current()->GetThreadList()->DumpLocked(ss); variable
639 LOG(FATAL) << ss.str();
1798 std::ostringstream ss; local
1799 Dump(ss);
1800 std::string str(ss.str());
/art/runtime/gc/collector/
H A Dsemi_space.cc265 explicit SemiSpaceScanObjectVisitor(SemiSpace* ss) : semi_space_(ss) {} argument
301 explicit SemiSpaceVerifyNoFromSpaceReferencesObjectVisitor(SemiSpace* ss) : semi_space_(ss) {} argument

Completed in 188 milliseconds