Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc197 class DivZeroCheckSlowPath : public Mir2Lir::LIRSlowPath { in AddDivZeroCheckSlowPath() class
199 DivZeroCheckSlowPath(Mir2Lir* m2l, LIR* branch_in) in AddDivZeroCheckSlowPath() function in art::Mir2Lir::AddDivZeroCheckSlowPath::DivZeroCheckSlowPath
211 AddSlowPath(new (arena_) DivZeroCheckSlowPath(this, branch)); in AddDivZeroCheckSlowPath()