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

/art/runtime/verifier/
H A Dmethod_verifier.cc1395 int dead_start = -1; local
1413 if (dead_start < 0)
1414 dead_start = insn_idx;
1415 } else if (dead_start >= 0) {
1416 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start)
1418 dead_start = -1;
1421 if (dead_start >= 0) {
1422 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start)

Completed in 39 milliseconds