Home
last modified time | relevance | path

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

/art/runtime/
Dbarrier.cc35 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);
36 template void Barrier::Increment<Barrier::kDisallowHoldingLocks>(Thread* self, int delta);
44 Increment(self, -1); in Wait()
53 void Barrier::Increment(Thread* self, int delta) { in Increment() function in art::Barrier
73 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment() function in art::Barrier
Dbarrier.h67 void Increment(Thread* self, int delta) REQUIRES(!GetLock());
71 bool Increment(Thread* self, int delta, uint32_t timeout_ms) REQUIRES(!GetLock());
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()
Dthread_pool.cc165 creation_barier_.Increment(Thread::Current(), 0); in WaitForWorkersToBeCreated()
Dcha.cc268 barrier_.Increment(self, threads_running_checkpoint); in WaitForThreadsToRunThroughCheckpoint()
Dthread_list.cc237 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint()
463 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint()
Dthread.cc1624 barrier_.Increment<Barrier::kDisallowHoldingLocks>(self, 1); in Wait()
1626 barrier_.Increment<Barrier::kAllowHoldingLocks>(self, 1); in Wait()
Druntime.cc2862 barrier.Increment(self, threads_running_checkpoint); in NotifyStartupCompleted()
/art/dexlayout/
Ddexdiag.cc96 void Increment(uint16_t type) { in Increment() function in art::PageCount
215 page_counts->Increment(type); in ProcessPageMap()
246 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics()
/art/runtime/gc/collector/
Dconcurrent_copying.cc292 gc_barrier_->Increment(self, barrier_count); in ActivateReadBarrierEntrypoints()
749 gc_barrier_->Increment(self, barrier_count); in FlipThreadRoots()
1023 gc_barrier_->Increment(self, barrier_count); in CaptureThreadRootsForMarking()
1708 gc_barrier_->Increment(self, barrier_count); in IssueDisableMarkingCheckpoint()
1998 gc_barrier_->Increment(self, barrier_count); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1201 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
/art/openjdkjvmti/
Dti_stack.cc357 closure.barrier.Increment(self, barrier_count); in RunCheckpointAndWait()
/art/runtime/jit/
Djit_code_cache.cc1501 barrier.Increment(self, threads_running_checkpoint); in MarkCompiledCodeOnThreadStacks()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1850 ld $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1925 lw $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.
/art/runtime/gc/
Dheap.cc1463 barrier.Increment(self, barrier_count); in TrimIndirectReferenceTables()