Searched refs:DumpForSigQuit (Results 1 – 19 of 19) sorted by relevance
121 void DumpForSigQuit(std::ostream& os);
133 runtime->DumpForSigQuit(os); in HandleSigQuit()
59 void DumpForSigQuit(std::ostream& os)
2007 void Runtime::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::Runtime2008 GetClassLinker()->DumpForSigQuit(os); in DumpForSigQuit()2009 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()2010 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()2011 GetHeap()->DumpForSigQuit(os); in DumpForSigQuit()2012 oat_file_manager_->DumpForSigQuit(os); in DumpForSigQuit()2014 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()2022 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
185 void DumpForSigQuit(std::ostream& os) const REQUIRES(!Locks::intern_table_lock_);
59 void InternTable::DumpForSigQuit(std::ostream& os) const { in DumpForSigQuit() function in art::InternTable
819 void OatFileManager::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::OatFileManager
272 void DumpForSigQuit(std::ostream& os);
144 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ThreadList
241 void DumpForSigQuit(std::ostream& os) REQUIRES(!Locks::classlinker_classes_lock_);
9564 void ClassLinker::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ClassLinker
124 void DumpForSigQuit(std::ostream& os)
744 void JavaVMExt::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::JavaVMExt
342 void DumpForSigQuit(std::ostream& os) REQUIRES(!lock_);
206 void Jit::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::jit::Jit
162 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
635 void DumpForSigQuit(std::ostream& os) REQUIRES(!*gc_complete_lock_);
3467 void Heap::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::gc::Heap
657 runtime->DumpForSigQuit(std::cerr); in Fatal()