Searched refs:ArraySetSlowPathMIPS (Results 1 – 1 of 1) sorted by relevance
471 class ArraySetSlowPathMIPS : public SlowPathCodeMIPS { class473 explicit ArraySetSlowPathMIPS(HInstruction* instruction) : SlowPathCodeMIPS(instruction) {} in ArraySetSlowPathMIPS() function in art::mips::ArraySetSlowPathMIPS509 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathMIPS);3121 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathMIPS(instruction); in VisitArraySet()