Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc538 bool CodeFlowVerifyInstruction(uint32_t* start_guess)
1870 uint32_t start_guess = 0; in CodeFlowVerifyMethod() local
1878 uint32_t insn_idx = start_guess; in CodeFlowVerifyMethod()
1884 if (start_guess != 0) { in CodeFlowVerifyMethod()
1886 start_guess = 0; in CodeFlowVerifyMethod()
1928 if (!CodeFlowVerifyInstruction(&start_guess)) { in CodeFlowVerifyMethod()
2037 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyInstruction(uint32_t* start_guess) { in CodeFlowVerifyInstruction() argument
3705 *start_guess = work_insn_idx_ + inst->SizeInCodeUnits(); in CodeFlowVerifyInstruction()
3708 *start_guess = work_insn_idx_ + branch_target; in CodeFlowVerifyInstruction()
3711 DCHECK_LT(*start_guess, code_item_accessor_.InsnsSizeInCodeUnits()); in CodeFlowVerifyInstruction()
[all …]