Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_util_concurrent_atomic_AtomicLong.cc30 return QuasiAtomic::LongAtomicsUseMutexes(kRuntimeISA) ? JNI_FALSE : JNI_TRUE; in AtomicLong_VMSupportsCS8()
/art/runtime/base/
Dquasi_atomic.h151 static bool LongAtomicsUseMutexes(InstructionSet isa) { in LongAtomicsUseMutexes() function
/art/runtime/interpreter/
Dunstarted_runtime.cc1738 result->SetZ(QuasiAtomic::LongAtomicsUseMutexes(Runtime::Current()->GetInstructionSet()) in UnstartedJNIAtomicLongVMSupportsCS8()