Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm_vixl.cc79 class ReadBarrierSystemArrayCopySlowPathARMVIXL : public SlowPathCodeARMVIXL { class
81 explicit ReadBarrierSystemArrayCopySlowPathARMVIXL(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathARMVIXL() function in art::arm::ReadBarrierSystemArrayCopySlowPathARMVIXL
147 DISALLOW_COPY_AND_ASSIGN(ReadBarrierSystemArrayCopySlowPathARMVIXL);
1550 new (codegen_->GetScopedAllocator()) ReadBarrierSystemArrayCopySlowPathARMVIXL(invoke); in VisitSystemArrayCopy()