Searched refs:Stop (Results 1 - 12 of 12) sorted by relevance

/art/runtime/gc/
H A Dtask_processor_test.cc83 task_processor.Stop(self);
94 task_processor.Stop(self);
123 task_processor.Stop(self);
H A Dtask_processor.h60 // Stop tells the RunAllTasks to finish up the remaining tasks as soon as
62 void Stop(Thread* self) REQUIRES(!*lock_);
H A Dtask_processor.cc106 void TaskProcessor::Stop(Thread* self) { function in class:art::gc::TaskProcessor
/art/runtime/jit/
H A Dprofile_saver.h40 static void Stop(bool dump_info_)
86 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
H A Djit.cc329 ProfileSaver::Stop(dump_info_on_shutdown_);
H A Dprofile_saver.cc436 void ProfileSaver::Stop(bool dump_info) { function in class:art::ProfileSaver
/art/runtime/
H A Dprofiler.h175 static void Stop() REQUIRES(!Locks::profiler_lock_, !wait_lock_, !Locks::profiler_lock_)
H A Dtrace.h122 // Stop tracing. This will finish the trace and write it to file/send it via DDMS.
123 static void Stop()
H A Dprofiler.cc197 // We were either signaled by Stop or timedout, in either case ignore the timed out result.
360 void BackgroundMethodSamplingProfiler::Stop() { function in class:art::BackgroundMethodSamplingProfiler
388 Stop();
H A Dtrace.cc457 void Trace::Stop() { function in class:art::Trace
464 Stop();
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc133 Trace::Stop();
H A Ddalvik_system_VMRuntime.cc258 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env));

Completed in 352 milliseconds