Home
last modified time | relevance | path

Searched refs:barrier_count (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dprofiler.cc225 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point); in RunProfilerThread() local
228 if (barrier_count == 0) { in RunProfilerThread()
233 valid_samples += barrier_count; in RunProfilerThread()
245 profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs); in RunProfilerThread()
/art/runtime/gc/collector/
Dmark_sweep.cc986 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint() local
993 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
/art/runtime/gc/
Dheap.cc1053 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in Trim() local
1054 barrier.Increment(self, barrier_count); in Trim()