Searched refs:ArraySetSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance
428 class ArraySetSlowPathMIPS64 : public SlowPathCodeMIPS64 { class430 explicit ArraySetSlowPathMIPS64(HInstruction* instruction) : SlowPathCodeMIPS64(instruction) {} in ArraySetSlowPathMIPS64() function in art::mips64::ArraySetSlowPathMIPS64466 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathMIPS64);2704 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathMIPS64(instruction); in VisitArraySet()