Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc908 class ReadBarrierForRootSlowPathARMVIXL : public SlowPathCodeARMVIXL { class
910 ReadBarrierForRootSlowPathARMVIXL(HInstruction* instruction, Location out, Location root) in ReadBarrierForRootSlowPathARMVIXL() function in art::arm::ReadBarrierForRootSlowPathARMVIXL
947 DISALLOW_COPY_AND_ASSIGN(ReadBarrierForRootSlowPathARMVIXL);
9020 new (GetScopedAllocator()) ReadBarrierForRootSlowPathARMVIXL(instruction, out, root); in GenerateReadBarrierForRootSlow()