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