Searched refs:ArraySetSlowPathRISCV64 (Results 1 – 1 of 1) sorted by relevance
573 class ArraySetSlowPathRISCV64 : public SlowPathCodeRISCV64 { class575 explicit ArraySetSlowPathRISCV64(HInstruction* instruction) : SlowPathCodeRISCV64(instruction) {} in ArraySetSlowPathRISCV64() function in art::riscv64::ArraySetSlowPathRISCV64611 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathRISCV64);2982 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathRISCV64(instruction); in VisitArraySet()