Lines Matching refs:start_guess
518 bool CodeFlowVerifyInstruction(uint32_t* start_guess)
1832 uint32_t start_guess = 0; in CodeFlowVerifyMethod() local
1840 uint32_t insn_idx = start_guess; in CodeFlowVerifyMethod()
1846 if (start_guess != 0) { in CodeFlowVerifyMethod()
1848 start_guess = 0; in CodeFlowVerifyMethod()
1890 if (!CodeFlowVerifyInstruction(&start_guess)) { in CodeFlowVerifyMethod()
1984 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyInstruction(uint32_t* start_guess) { in CodeFlowVerifyInstruction() argument
3570 *start_guess = work_insn_idx_ + inst->SizeInCodeUnits(); in CodeFlowVerifyInstruction()
3573 *start_guess = work_insn_idx_ + branch_target; in CodeFlowVerifyInstruction()
3576 DCHECK_LT(*start_guess, code_item_accessor_.InsnsSizeInCodeUnits()); in CodeFlowVerifyInstruction()
3577 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()