Searched refs:Shutdown (Results 1 - 19 of 19) sorted by relevance

/art/runtime/
H A Datomic.cc39 void QuasiAtomic::Shutdown() { function in class:art::QuasiAtomic
H A Dfault_handler.h42 void Shutdown();
H A Dmem_map.h142 static void Shutdown() LOCKS_EXCLUDED(Locks::mem_maps_lock_);
H A Dfault_handler.cc131 void FaultManager::Shutdown() { function in class:art::FaultManager
326 // Shutdown the fault manager so that it will remove the signal chain for
328 fault_manager.Shutdown();
H A Dtrace.h66 static void Shutdown() LOCKS_EXCLUDED(Locks::trace_lock_);
H A Druntime.cc172 BackgroundMethodSamplingProfiler::Shutdown();
175 // Shutdown the fault manager if it was initialized.
176 fault_manager.Shutdown();
178 Trace::Shutdown();
196 Thread::Shutdown();
197 QuasiAtomic::Shutdown();
198 verifier::MethodVerifier::Shutdown();
199 MemMap::Shutdown();
H A Datomic.h56 static void Shutdown();
H A Dprofiler.h177 static void Shutdown() LOCKS_EXCLUDED(Locks::profiler_lock_);
H A Dmem_map.cc656 void MemMap::Shutdown() { function in class:art::MemMap
H A Dprofiler.cc386 void BackgroundMethodSamplingProfiler::Shutdown() { function in class:art::BackgroundMethodSamplingProfiler
H A Dthread.h399 static void Shutdown();
H A Dtrace.cc445 void Trace::Shutdown() { function in class:art::Trace
H A Dthread.cc1058 void Thread::Shutdown() { function in class:art::Thread
/art/runtime/jdwp/
H A Djdwp_priv.h61 virtual void Shutdown() = 0;
H A Djdwp_socket.cc56 virtual void Shutdown();
158 netState->Shutdown();
172 void JdwpSocketState::Shutdown() { function in class:art::JDWP::JdwpSocketState
H A Djdwp_adb.cc83 virtual void Shutdown() { function in struct:art::JDWP::JdwpAdbState
H A Djdwp_main.cc344 netState->Shutdown();
/art/runtime/verifier/
H A Dmethod_verifier.h200 static void Shutdown();
H A Dmethod_verifier.cc4165 void MethodVerifier::Shutdown() { function in class:art::verifier::MethodVerifier

Completed in 172 milliseconds