Searched refs:barrier_count (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc274 size_t barrier_count = Runtime::Current()->FlipThreadRoots( local
279 gc_barrier_->Increment(self, barrier_count);
518 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
521 if (barrier_count == 0) {
528 gc_barrier_->Increment(self, barrier_count);
555 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
558 if (barrier_count == 0) {
565 gc_barrier_->Increment(self, barrier_count);
927 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
930 if (barrier_count
[all...]
H A Dmark_sweep.cc1168 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
1172 if (barrier_count == 0) {
1179 gc_barrier_->Increment(self, barrier_count);
/art/runtime/
H A Dprofiler.cc228 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point); local
231 if (barrier_count == 0) {
236 valid_samples += barrier_count;
246 bool timed_out = profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs);
H A Dthread.cc1078 uint32_t barrier_count = 0; local
1094 ++barrier_count;
1097 CHECK_GT(barrier_count, 0U);
/art/runtime/gc/
H A Dheap.cc1418 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); local
1419 if (barrier_count != 0) {
1420 barrier.Increment(self, barrier_count);

Completed in 112 milliseconds