HomeSort by relevance Sort by last modified time
    Searched refs:NeedSwapMutexes (Results 1 - 2 of 2) sorted by null

  /art/runtime/
atomic.cc 31 if (NeedSwapMutexes(kRuntimeISA)) {
40 if (NeedSwapMutexes(kRuntimeISA)) {
atomic.h 48 static constexpr bool NeedSwapMutexes(InstructionSet isa) {
60 if (!NeedSwapMutexes(kRuntimeISA)) {
96 if (!NeedSwapMutexes(kRuntimeISA)) {
142 if (!NeedSwapMutexes(kRuntimeISA)) {
151 return NeedSwapMutexes(isa);

Completed in 133 milliseconds