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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc603 class ArraySetSlowPathARM : public SlowPathCodeARM { class in namespace:art::arm
605 explicit ArraySetSlowPathARM(HInstruction* instruction) : SlowPathCodeARM(instruction) {} function in class:art::arm::ArraySetSlowPathARM
638 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathARM"; }
641 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathARM);
6078 slow_path = new (GetGraph()->GetArena()) ArraySetSlowPathARM(instruction);

Completed in 43 milliseconds