Searched defs:InstructionSetSupportsReadBarrier (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_compiler.cc383 static bool InstructionSetSupportsReadBarrier(InstructionSet instruction_set) { function in namespace:art
638 if (kEmitCompilerReadBarrier && !InstructionSetSupportsReadBarrier(instruction_set)) {
841 InstructionSetSupportsReadBarrier(compiler_driver->GetInstructionSet()))) {

Completed in 523 milliseconds