Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h253 static bool Equal(LockWord lw1, LockWord lw2) { in Equal() argument
255 return lw1.GetValue() == lw2.GetValue(); in Equal()
257 return lw1.GetValueWithoutGCState() == lw2.GetValueWithoutGCState(); in Equal()