Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc164 class DivZeroCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
166 explicit DivZeroCheckSlowPathMIPS64(HDivZeroCheck* instruction) in DivZeroCheckSlowPathMIPS64() function in art::mips64::DivZeroCheckSlowPathMIPS64
181 DISALLOW_COPY_AND_ASSIGN(DivZeroCheckSlowPathMIPS64);
3637 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathMIPS64(instruction); in VisitDivZeroCheck()