Lines Matching refs:start_guess
540 bool CodeFlowVerifyInstruction(uint32_t* start_guess)
1876 uint32_t start_guess = 0; in CodeFlowVerifyMethod() local
1884 uint32_t insn_idx = start_guess; in CodeFlowVerifyMethod()
1890 if (start_guess != 0) { in CodeFlowVerifyMethod()
1892 start_guess = 0; in CodeFlowVerifyMethod()
1934 if (!CodeFlowVerifyInstruction(&start_guess)) { in CodeFlowVerifyMethod()
2028 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyInstruction(uint32_t* start_guess) { in CodeFlowVerifyInstruction() argument
3649 *start_guess = work_insn_idx_ + inst->SizeInCodeUnits(); in CodeFlowVerifyInstruction()
3652 *start_guess = work_insn_idx_ + branch_target; in CodeFlowVerifyInstruction()
3655 DCHECK_LT(*start_guess, code_item_accessor_.InsnsSizeInCodeUnits()); in CodeFlowVerifyInstruction()
3656 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()