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

/dalvik/vm/
H A DAtomicCache.cpp35 #define ATOMIC_LOCK_FLAG (1 << 31) macro
102 * in (firstVersion & ~ATOMIC_LOCK_FLAG) as the first argument.)
105 * counter and trample the ATOMIC_LOCK_FLAG (at 2^31). Probably not
108 if ((firstVersion & ATOMIC_LOCK_FLAG) != 0 ||
110 firstVersion, firstVersion | ATOMIC_LOCK_FLAG,
138 u4 newVersion = (firstVersion | ATOMIC_LOCK_FLAG) + 1;
154 assert(newVersion == ((firstVersion + 2) | ATOMIC_LOCK_FLAG));
156 newVersion, newVersion & ~ATOMIC_LOCK_FLAG,

Completed in 256 milliseconds