Searched refs:Increment (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | barrier.cc | 38 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
|
D | barrier.h | 54 void Increment(Thread* self, int delta) REQUIRES(!lock_); 58 bool Increment(Thread* self, int delta, uint32_t timeout_ms) REQUIRES(!lock_);
|
D | barrier_test.cc | 73 timeout_barrier.Increment(self, 1, 100); // sleep 100 msecs in TEST_F() 125 barrier.Increment(self, expected_total_tasks); in TEST_F()
|
D | profiler.cc | 246 bool timed_out = profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs); in RunProfilerThread()
|
D | thread_list.cc | 213 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 279 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()
|
D | mark_sweep.cc | 1178 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 550 barrier.Increment(self, threads_running_checkpoint); in MarkCompiledCodeOnThreadStacks()
|
/art/runtime/gc/ |
D | heap.cc | 1420 barrier.Increment(self, barrier_count); in TrimIndirectReferenceTables()
|