Searched refs:dead_start (Results 1 – 1 of 1) sorted by relevance
1948 int dead_start = -1; in CodeFlowVerifyMethod() local1967 if (dead_start < 0) { in CodeFlowVerifyMethod()1968 dead_start = insn_idx; in CodeFlowVerifyMethod()1970 } else if (dead_start >= 0) { in CodeFlowVerifyMethod()1971 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()1973 dead_start = -1; in CodeFlowVerifyMethod()1976 if (dead_start >= 0) { in CodeFlowVerifyMethod()1978 << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()