Searched refs:barrier_count (Results 1 – 3 of 3) sorted by relevance
225 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point); in RunProfilerThread() local228 if (barrier_count == 0) { in RunProfilerThread()233 valid_samples += barrier_count; in RunProfilerThread()245 profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs); in RunProfilerThread()
986 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint() local993 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
1053 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in Trim() local1054 barrier.Increment(self, barrier_count); in Trim()