Searched defs:NullCheckSlowPath (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_common.cc139 class NullCheckSlowPath : public Mir2Lir::LIRSlowPath { class in inherits:Mir2Lir::LIRSlowPath
141 NullCheckSlowPath(Mir2Lir* m2l, LIR* branch) function in class:art::NullCheckSlowPath
154 AddSlowPath(new (arena_) NullCheckSlowPath(this, branch));

Completed in 20 milliseconds