Searched refs:ArraySetSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance
539 class ArraySetSlowPathARM64 : public SlowPathCodeARM64 { class541 explicit ArraySetSlowPathARM64(HInstruction* instruction) : SlowPathCodeARM64(instruction) {} in ArraySetSlowPathARM64() function in art::arm64::ArraySetSlowPathARM64577 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathARM64);2673 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARM64(instruction); in VisitArraySet()