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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc220 class BoundsCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
222 explicit BoundsCheckSlowPathARM64(HBoundsCheck* instruction) : SlowPathCodeARM64(instruction) {} function in class:art::arm64::BoundsCheckSlowPathARM64
246 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathARM64"; }
249 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathARM64);
2337 BoundsCheckSlowPathARM64* slow_path =
2338 new (GetGraph()->GetArena()) BoundsCheckSlowPathARM64(instruction);

Completed in 63 milliseconds