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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc128 class BoundsCheckSlowPathX86 : public SlowPathCode { class in namespace:art::x86
130 explicit BoundsCheckSlowPathX86(HBoundsCheck* instruction) : SlowPathCode(instruction) {} function in class:art::x86::BoundsCheckSlowPathX86
159 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathX86"; }
162 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathX86);
5517 new (GetGraph()->GetArena()) BoundsCheckSlowPathX86(instruction);

Completed in 44 milliseconds