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

/art/runtime/
H A Dbarrier.cc37 Increment(self, -1);
45 void Barrier::Increment(Thread* self, int delta) { function in class:art::Barrier
49 // Increment the count. If it becomes zero after the increment
61 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { function in class:art::Barrier
/art/compiler/utils/
H A Dgrowable_array.h110 void Increment(size_t index) { function in class:art::GrowableArray

Completed in 51 milliseconds