Searched refs:kLockLevelCount (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dthread-inl.h73 for (int i = kLockLevelCount - 1; i >= 0; --i) {
124 for (int i = kLockLevelCount - 1; i >= 0; --i) {
149 for (int i = kLockLevelCount - 1; i >= 0; --i) {
H A Dentrypoints_order_test.cc139 sizeof(void*) * kLockLevelCount);
H A Dthread.h1575 std::fill(held_mutexes, held_mutexes + kLockLevelCount, nullptr);
1721 BaseMutex* held_mutexes[kLockLevelCount];
H A Dthread.cc1744 for (size_t i = 0; i < kLockLevelCount; ++i) {
/art/runtime/base/
H A Dmutex.h141 kLockLevelCount // Must come last. enumerator in enum:art::LockLevel
H A Dmutex.cc256 for (int i = kLockLevelCount - 1; i >= 0; --i) {

Completed in 89 milliseconds