Searched refs:NullCheckSlowPath (Results 1 – 1 of 1) sorted by relevance
270 class NullCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenNullCheck() class272 NullCheckSlowPath(Mir2Lir* m2l, LIR* branch) in GenNullCheck() function in art::Mir2Lir::GenNullCheck::NullCheckSlowPath285 AddSlowPath(new (arena_) NullCheckSlowPath(this, branch)); in GenNullCheck()