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

/art/runtime/verifier/
H A Dmethod_verifier.h530 bool CodeFlowVerifyInstruction(uint32_t* start_guess)
H A Dmethod_verifier.cc1867 uint32_t start_guess = 0; local
1874 // Find the first marked one. Use "start_guess" as a way to find one quickly.
1875 uint32_t insn_idx = start_guess;
1881 if (start_guess != 0) {
1883 start_guess = 0;
1916 if (!CodeFlowVerifyInstruction(&start_guess)) {
2024 bool MethodVerifier::CodeFlowVerifyInstruction(uint32_t* start_guess) { argument
3689 * Update start_guess. Advance to the next instruction of that's
3691 * neither of those exists we're in a return or throw; leave start_guess
3696 *start_guess
[all...]

Completed in 43 milliseconds