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

/art/test/141-class-unload/
H A Djni_unload.cc38 jit->Stop();
/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_)
91 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
H A Djit.cc340 ProfileSaver::Stop(dump_info_on_shutdown_);
720 void Jit::Stop() { function in class:art::jit::Jit
736 jit->Stop();
H A Djit.h178 // Stop the JIT by waiting for all current compilations and enqueued compilations to finish.
179 void Stop();
H A Dprofile_saver.cc478 void ProfileSaver::Stop(bool dump_info) { function in class:art::ProfileSaver
/art/runtime/
H A Dtrace.h124 // Stop tracing. This will finish the trace and write it to file/send it via DDMS.
125 static void Stop()
H A Dtrace.cc463 void Trace::Stop() { function in class:art::Trace
470 Stop();
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc140 Trace::Stop();
H A Ddalvik_system_VMRuntime.cc274 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env));

Completed in 110 milliseconds