Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h522 bool CodeFlowVerifyInstruction(uint32_t* start_guess)
Dmethod_verifier.cc1519 if (!CodeFlowVerifyInstruction(&start_guess)) { in CodeFlowVerifyMethod()
1600 bool MethodVerifier::CodeFlowVerifyInstruction(uint32_t* start_guess) { in CodeFlowVerifyInstruction() function in art::verifier::MethodVerifier