Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GenCAS

2155   // TODO(rpl): Implement a read barrier in GenCAS below and re-enable
2164 static void GenCAS(Primitive::Type type, HInvoke* invoke, CodeGeneratorX86* codegen) {
2272 GenCAS(Primitive::kPrimInt, invoke, codegen_);
2276 GenCAS(Primitive::kPrimLong, invoke, codegen_);
2280 GenCAS(Primitive::kPrimNot, invoke, codegen_);