Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 13 of 13) sorted by relevance

/art/test/1934-jvmti-signal-thread/
Dexpected.txt4 Stop before start
10 Stop Recur
16 Stop spinning
22 Stop wait
25 Stop in native
/art/runtime/gc/
Dtask_processor_test.cc83 task_processor.Stop(self); in TEST_F()
94 task_processor.Stop(self); in TEST_F()
123 task_processor.Stop(self); in TEST_F()
Dtask_processor.h62 void Stop(Thread* self) REQUIRES(!lock_);
Dtask_processor.cc111 void TaskProcessor::Stop(Thread* self) { in Stop() function in art::gc::TaskProcessor
/art/runtime/jit/
Dprofile_saver.h41 static void Stop(bool dump_info_)
Djit.h296 void Stop();
Djit.cc337 ProfileSaver::Stop(options_->DumpJitInfoOnShutdown()); in StopProfileSaver()
982 void Jit::Stop() { in Stop() function in art::jit::Jit
998 jit->Stop(); in ScopedJitSuspend()
Dprofile_saver.cc759 void ProfileSaver::Stop(bool dump_info) { in Stop() function in art::ProfileSaver
/art/runtime/
Dtrace.h160 static void Stop()
Dtrace.cc520 void Trace::Stop() { in Stop() function in art::Trace
527 Stop(); in Shutdown()
/art/test/common/
Druntime_state.cc352 jit->Stop(); in Java_Main_stopJit()
/art/runtime/native/
Ddalvik_system_VMDebug.cc161 Trace::Stop(); in VMDebug_stopMethodTracing()
Ddalvik_system_VMRuntime.cc351 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env)); in VMRuntime_stopHeapTaskProcessor()