Searched refs:dead_start (Results 1 – 1 of 1) sorted by relevance
1539 int dead_start = -1; in CodeFlowVerifyMethod() local1558 if (dead_start < 0) in CodeFlowVerifyMethod()1559 dead_start = insn_idx; in CodeFlowVerifyMethod()1560 } else if (dead_start >= 0) { in CodeFlowVerifyMethod()1561 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()1563 dead_start = -1; in CodeFlowVerifyMethod()1566 if (dead_start >= 0) { in CodeFlowVerifyMethod()1567 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()