Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc75 class DivZeroCheckSlowPathARM : public SlowPathCodeARM { class
77 explicit DivZeroCheckSlowPathARM(HDivZeroCheck* instruction) : instruction_(instruction) {} in DivZeroCheckSlowPathARM() function in art::arm::DivZeroCheckSlowPathARM
88 DISALLOW_COPY_AND_ASSIGN(DivZeroCheckSlowPathARM);
2413 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) DivZeroCheckSlowPathARM(instruction); in VisitDivZeroCheck()