Searched defs:Increment (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dbarrier.cc34 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);
35 template void Barrier::Increment<Barrier::kDisallowHoldingLocks>(Thread* self, int delta);
43 Increment(self, -1);
52 void Barrier::Increment(Thread* self, int delta) { function in class:art::Barrier
56 // Increment the count. If it becomes zero after the increment
72 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { function in class:art::Barrier
/art/dexlayout/
H A Ddexdiag.cc91 void Increment(uint16_t type) { function in class:art::PageCount
208 page_counts->Increment(type);
239 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections));

Completed in 1194 milliseconds