Searched defs:ArraySetSlowPathARM64 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc604 class ArraySetSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
606 explicit ArraySetSlowPathARM64(HInstruction* instruction) : SlowPathCodeARM64(instruction) {} function in class:art::arm64::ArraySetSlowPathARM64
639 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathARM64"; }
642 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathARM64);
2986 slow_path = new (GetGraph()->GetArena()) ArraySetSlowPathARM64(instruction);

Completed in 188 milliseconds