Searched refs:DumpForSigQuit (Results 1 – 19 of 19) sorted by relevance
121 void DumpForSigQuit(std::ostream& os);
132 runtime->DumpForSigQuit(os); in HandleSigQuit()
57 void DumpForSigQuit(std::ostream& os)
1929 void Runtime::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::Runtime1930 GetClassLinker()->DumpForSigQuit(os); in DumpForSigQuit()1931 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()1932 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()1933 GetHeap()->DumpForSigQuit(os); in DumpForSigQuit()1934 oat_file_manager_->DumpForSigQuit(os); in DumpForSigQuit()1936 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()1944 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
181 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
256 void DumpForSigQuit(std::ostream& os);
1054 void OatFileManager::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::OatFileManager
145 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ThreadList
216 void DumpForSigQuit(std::ostream& os) REQUIRES(!Locks::classlinker_classes_lock_);
9267 void ClassLinker::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ClassLinker
124 void DumpForSigQuit(std::ostream& os)
735 void JavaVMExt::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::JavaVMExt
259 void DumpForSigQuit(std::ostream& os) REQUIRES(!lock_);
167 void Jit::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::jit::Jit
186 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
620 void DumpForSigQuit(std::ostream& os) REQUIRES(!*gc_complete_lock_);
3586 void Heap::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::gc::Heap
599 runtime->DumpForSigQuit(std::cerr); in Fatal()