Searched refs:ArraySetSlowPathX86_64 (Results 1 – 1 of 1) sorted by relevance
402 class ArraySetSlowPathX86_64 : public SlowPathCode { class404 explicit ArraySetSlowPathX86_64(HInstruction* instruction) : SlowPathCode(instruction) {} in ArraySetSlowPathX86_64() function in art::x86_64::ArraySetSlowPathX86_64443 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathX86_64);4788 slow_path = new (GetGraph()->GetArena()) ArraySetSlowPathX86_64(instruction); in VisitArraySet()