Searched refs:start_guess (Results 1 – 1 of 1) sorted by relevance
540 bool CodeFlowVerifyInstruction(uint32_t* start_guess)1876 uint32_t start_guess = 0; in CodeFlowVerifyMethod() local1884 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() argument3649 *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()[all …]