Searched defs:start_guess (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc1312 uint32_t start_guess = 0; local
1316 // Find the first marked one. Use "start_guess" as a way to find one quickly.
1317 uint32_t insn_idx = start_guess;
1323 if (start_guess != 0) {
1325 start_guess = 0;
1358 if (!CodeFlowVerifyInstruction(&start_guess)) {
1417 bool MethodVerifier::CodeFlowVerifyInstruction(uint32_t* start_guess) { argument
2912 * Update start_guess. Advance to the next instruction of that's
2914 * neither of those exists we're in a return or throw; leave start_guess
2918 *start_guess
[all...]

Completed in 116 milliseconds