Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc89 class DivZeroCheckSlowPathARM : public SlowPathCode { class
91 explicit DivZeroCheckSlowPathARM(HDivZeroCheck* instruction) : SlowPathCode(instruction) {} in DivZeroCheckSlowPathARM() function in art::arm::DivZeroCheckSlowPathARM
110 DISALLOW_COPY_AND_ASSIGN(DivZeroCheckSlowPathARM);
3086 SlowPathCode* slow_path = new (GetGraph()->GetArena()) DivZeroCheckSlowPathARM(instruction); in VisitDivZeroCheck()