Searched defs:barrier_count (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc235 size_t barrier_count = Runtime::Current()->FlipThreadRoots( local
239 gc_barrier_->Increment(self, barrier_count);
439 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
442 if (barrier_count == 0) {
449 gc_barrier_->Increment(self, barrier_count);
H A Dmark_sweep.cc1099 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
1103 if (barrier_count == 0) {
1110 gc_barrier_->Increment(self, barrier_count);
/art/runtime/
H A Dprofiler.cc226 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point); local
229 if (barrier_count == 0) {
234 valid_samples += barrier_count;
244 bool timed_out = profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs);
/art/runtime/gc/
H A Dheap.cc1226 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); local
1227 if (barrier_count != 0) {
1228 barrier.Increment(self, barrier_count);

Completed in 76 milliseconds