Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1954 int dead_start = -1; in CodeFlowVerifyMethod() local
1973 if (dead_start < 0) { in CodeFlowVerifyMethod()
1974 dead_start = insn_idx; in CodeFlowVerifyMethod()
1976 } else if (dead_start >= 0) { in CodeFlowVerifyMethod()
1977 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1979 dead_start = -1; in CodeFlowVerifyMethod()
1982 if (dead_start >= 0) { in CodeFlowVerifyMethod()
1984 << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()