Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GenCAS

2180   // TODO(rpl): Implement a read barrier in GenCAS below and re-enable
2189 static void GenCAS(Primitive::Type type, HInvoke* invoke, CodeGeneratorX86_64* codegen) {
2288 GenCAS(Primitive::kPrimInt, invoke, codegen_);
2292 GenCAS(Primitive::kPrimLong, invoke, codegen_);
2296 GenCAS(Primitive::kPrimNot, invoke, codegen_);