Home | History | Annotate | Download | only in interp

Lines Matching refs:infoWord

633                 } while (android_atomic_release_cas(oldValue.infoWord,
634 newValue.infoWord,
635 &gDvmJit.pJitEntryTable[prev].u.infoWord) != 0);
1133 oldValue.infoWord, newValue.infoWord,
1134 &jitEntry->u.infoWord) != 0);