Searched refs:InstanceOfNeedsReadBarrier (Results 1 – 7 of 7) sorted by relevance
410 static bool InstanceOfNeedsReadBarrier(HInstanceOf* instance_of) { in InstanceOfNeedsReadBarrier() function424 return InstanceOfNeedsReadBarrier(instance_of) ? kWithReadBarrier : kWithoutReadBarrier; in ReadBarrierOptionForInstanceOf()
3443 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()
5652 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()
6226 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()
6904 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()
7363 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()
7536 bool needs_read_barrier = CodeGenerator::InstanceOfNeedsReadBarrier(instruction); in VisitInstanceOf()