Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86.cc74 class ReadBarrierSystemArrayCopySlowPathX86 : public SlowPathCode { class
76 explicit ReadBarrierSystemArrayCopySlowPathX86(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathX86() function in art::x86::ReadBarrierSystemArrayCopySlowPathX86
163 DISALLOW_COPY_AND_ASSIGN(ReadBarrierSystemArrayCopySlowPathX86);
2965 new (codegen_->GetScopedAllocator()) ReadBarrierSystemArrayCopySlowPathX86(invoke); in VisitSystemArrayCopy()