Home
last modified time | relevance | path

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

/art/test/1934-jvmti-signal-thread/
Dexpected-stdout.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.h63 void Stop(Thread* self) REQUIRES(!lock_);
Dtask_processor.cc133 void TaskProcessor::Stop(Thread* self) { in Stop() function in art::gc::TaskProcessor
/art/runtime/jit/
Dprofile_saver.h45 static void Stop(bool dump_info_) REQUIRES(!Locks::profiler_lock_, !instance_->wait_lock_);
Djit.h322 EXPORT void Stop();
Djit.cc290 ProfileSaver::Stop(options_->DumpJitInfoOnShutdown()); in StopProfileSaver()
1447 void Jit::Stop() { in Stop() function in art::jit::Jit
1463 jit->Stop(); in ScopedJitSuspend()
Dprofile_saver.cc1060 void ProfileSaver::Stop(bool dump_info) { in Stop() function in art::ProfileSaver
/art/runtime/verifier/
Dclass_verifier.cc174 uint64_t elapsed_time_microseconds = timer.Stop(); in VerifyClass()
/art/compiler/jit/
Djit_compiler.cc205 uint64_t duration_us = timer.Stop(); in CompileMethod()
/art/libartbase/base/metrics/
Dmetrics_test.cc63 timer.Stop(); in TEST_F()
91 timer.Stop(); in TEST_F()
Dmetrics.h714 Stop(); in ~AutoTimer()
725 uint64_t Stop() { in Stop() function
/art/runtime/
Dtrace.h444 static void Stop()
Dtrace.cc1003 void Trace::Stop() { in Stop() function in art::Trace
1010 Stop(); in Shutdown()
/art/runtime/native/
Ddalvik_system_VMDebug.cc153 Trace::Stop(); in VMDebug_stopMethodTracing()
Ddalvik_system_VMRuntime.cc354 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(Thread::ForEnv(env)); in VMRuntime_stopHeapTaskProcessor()
/art/test/common/
Druntime_state.cc425 jit->Stop(); in Java_Main_stopJit()