Searched defs:DivZeroCheckSlowPath (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/
H A Dgen_common.cc67 class DivZeroCheckSlowPath : public Mir2Lir::LIRSlowPath { class in inherits:Mir2Lir::LIRSlowPath
69 DivZeroCheckSlowPath(Mir2Lir* m2l, LIR* branch) function in class:art::DivZeroCheckSlowPath
81 AddSlowPath(new (arena_) DivZeroCheckSlowPath(this, branch));

Completed in 38 milliseconds