Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc402 bool CheckBranchTarget(uint32_t cur_offset);
1236 result = result && CheckBranchTarget(code_offset); in VerifyInstruction()
1377 bool MethodVerifier<kVerifierDebug>::CheckBranchTarget(uint32_t cur_offset) { in CheckBranchTarget() function in art::verifier::impl::__anon79162a830111::MethodVerifier