Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc115 LIR* uninit_branch = nullptr; in GenGetOtherTypeForSgetSput() local
120 uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base, in GenGetOtherTypeForSgetSput()
125 if (unresolved_branch != nullptr || uninit_branch != nullptr) { in GenGetOtherTypeForSgetSput()
164 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenGetOtherTypeForSgetSput()