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.h44 void Shutdown();
50 // Added handlers are owned by the fault handler and will be freed on Shutdown().
H A Dmem_map.h152 static void Shutdown() LOCKS_EXCLUDED(Locks::mem_maps_lock_);
H A Datomic.h59 static void Shutdown();
H A Dfault_handler.cc138 void FaultManager::Shutdown() { function in class:art::FaultManager
H A Dprofiler.h177 static void Shutdown() LOCKS_EXCLUDED(Locks::profiler_lock_);
H A Dtrace.h134 static void Shutdown()
H A Druntime.cc214 CHECK(AttachCurrentThread("Shutdown thread", false, nullptr, false));
228 // Shutdown and wait for the daemons.
242 BackgroundMethodSamplingProfiler::Shutdown();
245 Trace::Shutdown();
274 // Shutdown the fault manager if it was initialized.
275 fault_manager.Shutdown();
283 Thread::Shutdown();
284 QuasiAtomic::Shutdown();
285 verifier::MethodVerifier::Shutdown();
286 MemMap::Shutdown();
[all...]
H A Dmem_map.cc768 void MemMap::Shutdown() { function in class:art::MemMap
H A Dprofiler.cc383 void BackgroundMethodSamplingProfiler::Shutdown() { function in class:art::BackgroundMethodSamplingProfiler
H A Dthread.h427 static void Shutdown();
H A Dtrace.cc458 void Trace::Shutdown() { function in class:art::Trace
H A Dthread.cc1263 void Thread::Shutdown() { function in class:art::Thread
/art/runtime/jdwp/
H A Djdwp_priv.h78 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.cc359 netState->Shutdown();
/art/runtime/verifier/
H A Dmethod_verifier.h205 static void Shutdown();
H A Dmethod_verifier.cc4436 void MethodVerifier::Shutdown() { function in class:art::verifier::MethodVerifier

Completed in 5101 milliseconds