Home
last modified time | relevance | path

Searched refs:DivZeroCheckSlowPathARM (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.cc272 class DivZeroCheckSlowPathARM : public SlowPathCodeARM { class
274 explicit DivZeroCheckSlowPathARM(HDivZeroCheck* instruction) : SlowPathCodeARM(instruction) {} in DivZeroCheckSlowPathARM() function in art::arm::DivZeroCheckSlowPathARM
288 DISALLOW_COPY_AND_ASSIGN(DivZeroCheckSlowPathARM);
4416 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) DivZeroCheckSlowPathARM(instruction); in VisitDivZeroCheck()