Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86_64.cc70 class ReadBarrierSystemArrayCopySlowPathX86_64 : public SlowPathCode { class
72 explicit ReadBarrierSystemArrayCopySlowPathX86_64(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathX86_64() function in art::x86_64::ReadBarrierSystemArrayCopySlowPathX86_64
119 DISALLOW_COPY_AND_ASSIGN(ReadBarrierSystemArrayCopySlowPathX86_64);
1105 new (codegen_->GetScopedAllocator()) ReadBarrierSystemArrayCopySlowPathX86_64(invoke); in VisitSystemArrayCopy()