Home
last modified time | relevance | path

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

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