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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc381 class ArraySetSlowPathX86 : public SlowPathCode { class in namespace:art::x86
383 explicit ArraySetSlowPathX86(HInstruction* instruction) : SlowPathCode(instruction) {} function in class:art::x86::ArraySetSlowPathX86
419 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathX86"; }
422 DISALLOW_COPY_AND_ASSIGN(ArraySetSlowPathX86);
5298 slow_path = new (GetGraph()->GetArena()) ArraySetSlowPathX86(instruction);

Completed in 95 milliseconds