Searched refs:DumpForSigQuit (Results 1 – 14 of 14) sorted by relevance
1004 void Runtime::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::Runtime1005 GetClassLinker()->DumpForSigQuit(os); in DumpForSigQuit()1006 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()1007 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()1008 GetHeap()->DumpForSigQuit(os); in DumpForSigQuit()1012 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
42 void DumpForSigQuit(std::ostream& os)
149 runtime->DumpForSigQuit(os); in HandleSigQuit()
81 void DumpForSigQuit(std::ostream& os);
86 void DumpForSigQuit(std::ostream& os) const;
52 void InternTable::DumpForSigQuit(std::ostream& os) const { in DumpForSigQuit() function in art::InternTable
207 void DumpForSigQuit(std::ostream& os)
97 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ThreadList
128 void DumpForSigQuit(std::ostream& os)
3169 void JavaVMExt::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::JavaVMExt
5926 void ClassLinker::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ClassLinker
173 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
461 void DumpForSigQuit(std::ostream& os) EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_);
2867 void Heap::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::gc::Heap