Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc306 bool VerifyInstruction(const Instruction* inst, uint32_t code_offset);
1172 if (!VerifyInstruction<kAllowRuntimeOnlyInstructions>(&inst.Inst(), dex_pc)) { in VerifyInstructions()
1189 bool MethodVerifier<kVerifierDebug>::VerifyInstruction(const Instruction* inst, in VerifyInstruction() function in art::verifier::impl::__anon79162a830111::MethodVerifier