Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h256 static bool Equal(LockWord lw1, LockWord lw2) { in Equal() argument
258 return lw1.GetValue() == lw2.GetValue(); in Equal()
260 return lw1.GetValueWithoutGCState() == lw2.GetValueWithoutGCState(); in Equal()