Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dbarrier.cc38 Increment(self, -1); in Wait()
46 void Barrier::Increment(Thread* self, int delta) { in Increment() function in art::Barrier
62 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment() function in art::Barrier
Dbarrier.h54 void Increment(Thread* self, int delta) REQUIRES(!lock_);
58 bool Increment(Thread* self, int delta, uint32_t timeout_ms) REQUIRES(!lock_);
Dbarrier_test.cc73 timeout_barrier.Increment(self, 1, 100); // sleep 100 msecs in TEST_F()
125 barrier.Increment(self, expected_total_tasks); in TEST_F()
Dprofiler.cc246 bool timed_out = profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs); in RunProfilerThread()
Dthread_list.cc213 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint()
/art/runtime/gc/collector/
Dconcurrent_copying.cc279 gc_barrier_->Increment(self, barrier_count); in FlipThreadRoots()
529 gc_barrier_->Increment(self, barrier_count); in IssueDisableMarkingCheckpoint()
566 gc_barrier_->Increment(self, barrier_count); in IssueEmptyCheckpoint()
938 gc_barrier_->Increment(self, barrier_count); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1178 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
/art/runtime/jit/
Djit_code_cache.cc550 barrier.Increment(self, threads_running_checkpoint); in MarkCompiledCodeOnThreadStacks()
/art/runtime/gc/
Dheap.cc1420 barrier.Increment(self, barrier_count); in TrimIndirectReferenceTables()