Home
last modified time | relevance | path

Searched refs:threads_running_checkpoint (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_list.cc210 void WaitForThreadsToRunThroughCheckpoint(size_t threads_running_checkpoint) { in WaitForThreadsToRunThroughCheckpoint() argument
213 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint()
238 size_t threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump() local
239 if (threads_running_checkpoint != 0) { in Dump()
240 checkpoint.WaitForThreadsToRunThroughCheckpoint(threads_running_checkpoint); in Dump()
/art/runtime/jit/
Djit_code_cache.cc543 size_t threads_running_checkpoint = 0; in MarkCompiledCodeOnThreadStacks() local
545 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
549 if (threads_running_checkpoint != 0) { in MarkCompiledCodeOnThreadStacks()
550 barrier.Increment(self, threads_running_checkpoint); in MarkCompiledCodeOnThreadStacks()