Searched defs:unresolved_branch (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dgen_common.cc110 LIR* unresolved_branch = nullptr; local
113 unresolved_branch = OpCmpImmBranch(kCondEq, r_base, 0, nullptr);
125 if (unresolved_branch != nullptr || uninit_branch != nullptr) {
164 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont,

Completed in 33 milliseconds