Searched refs:ArraySetSlowPathX86 (Results 1 – 1 of 1) sorted by relevance
450 class ArraySetSlowPathX86 : public SlowPathCode { class452 explicit ArraySetSlowPathX86(HInstruction* instruction) : SlowPathCode(instruction) {} in ArraySetSlowPathX86() function in art::x86::ArraySetSlowPathX86488 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathX86);6651 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathX86(instruction); in VisitArraySet()