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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc252 class DivZeroCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
254 explicit DivZeroCheckSlowPathARM64(HDivZeroCheck* instruction) : SlowPathCodeARM64(instruction) {} function in class:art::arm64::DivZeroCheckSlowPathARM64
270 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathARM64"; }
273 DISALLOW_COPY_AND_ASSIGN(DivZeroCheckSlowPathARM64);
2716 new (GetGraph()->GetArena()) DivZeroCheckSlowPathARM64(instruction);

Completed in 41 milliseconds