Searched refs:DumpForSigQuit (Results 1 – 19 of 19) sorted by relevance
106 void DumpForSigQuit(std::ostream& os);
196 runtime->DumpForSigQuit(os); in HandleSigQuit()
118 void DumpForSigQuit(std::ostream& os)
57 void DumpForSigQuit(std::ostream& os)
1810 void Runtime::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::Runtime1811 GetClassLinker()->DumpForSigQuit(os); in DumpForSigQuit()1812 GetInternTable()->DumpForSigQuit(os); in DumpForSigQuit()1813 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()1814 GetHeap()->DumpForSigQuit(os); in DumpForSigQuit()1815 oat_file_manager_->DumpForSigQuit(os); in DumpForSigQuit()1817 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()1825 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
118 void DumpForSigQuit(std::ostream& os) const REQUIRES(!Locks::intern_table_lock_);
643 void OatFileManager::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::OatFileManager
58 void InternTable::DumpForSigQuit(std::ostream& os) const { in DumpForSigQuit() function in art::InternTable
242 void DumpForSigQuit(std::ostream& os);
707 void JavaVMExt::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::JavaVMExt
145 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ThreadList
242 void DumpForSigQuit(std::ostream& os) REQUIRES(!Locks::classlinker_classes_lock_);
8588 void ClassLinker::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::ClassLinker
138 void DumpForSigQuit(std::ostream& os) REQUIRES(!lock_);
159 void Jit::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::jit::Jit
185 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
574 void DumpForSigQuit(std::ostream& os) REQUIRES(!*gc_complete_lock_);
3392 void Heap::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() function in art::gc::Heap
569 Runtime::Current()->DumpForSigQuit(std::cerr); in Fatal()