Searched refs:Run (Results 1 - 16 of 16) sorted by relevance

/art/runtime/
H A Dclosure.h27 virtual void Run(Thread* self) = 0;
H A Dsignal_catcher.h44 static void* Run(void* arg);
H A Dthread_pool.cc45 void ThreadPoolWorker::Run() { function in class:art::ThreadPoolWorker
50 task->Run(self);
60 worker->Run();
178 task->Run(self);
202 void WorkStealingWorker::Run() { function in class:art::WorkStealingWorker
216 stealing_task->Run(self);
H A Dbarrier_test.cc37 void Run(Thread* self) { function in class:art::CheckWaitTask
104 void Run(Thread* self) { function in class:art::CheckPassTask
H A Dthread_pool_test.cc30 void Run(Thread* self) { function in class:art::CountTask
110 void Run(Thread* self) { function in class:art::TreeTask
H A Dthread_pool.h51 virtual void Run();
161 virtual void Run();
H A Dsignal_catcher.cc70 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, NULL, &Run, this), "signal catcher thread");
183 void* SignalCatcher::Run(void* arg) { function in class:art::SignalCatcher
H A Dthread_list.cc185 // Run the checkpoint on ourself while we wait for threads to suspend.
186 checkpoint_function->Run(self);
188 // Run the checkpoint on the suspended threads.
H A Dthread.cc569 checkpoint_function_->Run(this);
/art/runtime/gc/collector/
H A Dgarbage_collector.h48 // Run the garbage collector.
49 void Run();
H A Dgarbage_collector.cc63 void GarbageCollector::Run() { function in class:art::gc::collector::GarbageCollector
H A Dmark_sweep.cc711 virtual void Run(Thread* self) {
764 virtual void Run(Thread* self) NO_THREAD_SAFETY_ANALYSIS {
772 MarkStackTask::Run(self);
921 virtual void Run(Thread* self) NO_THREAD_SAFETY_ANALYSIS {
925 MarkStackTask::Run(self);
1078 virtual void Run(Thread* thread) NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/jdwp/
H A Djdwp_main.cc406 state->Run();
410 void JdwpState::Run() { function in class:art::JDWP::JdwpState
H A Djdwp.h240 void Run()
/art/compiler/driver/
H A Dcompiler_driver.cc1404 virtual void Run(Thread* self) { function in class:art::ParallelCompilationManager::ForAllClosure
/art/runtime/gc/
H A Dheap.cc1263 collector->Run();

Completed in 2644 milliseconds