Searched refs:ArraySetSlowPathX86_64 (Results 1 – 1 of 1) sorted by relevance
413 class ArraySetSlowPathX86_64 : public SlowPathCode { class415 explicit ArraySetSlowPathX86_64(HInstruction* instruction) : SlowPathCode(instruction) {} in ArraySetSlowPathX86_64() function in art::x86_64::ArraySetSlowPathX86_64451 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathX86_64);4884 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathX86_64(instruction); in VisitArraySet()