Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h608 ArtMethod* VerifyInvocationArgs(const Instruction* inst,
Dmethod_verifier.cc2404 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, is_super); in CodeFlowVerifyInstruction()
2436 ArtMethod* called_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction()
2519 ArtMethod* called_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction()
2544 ArtMethod* abs_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction()
3483 ArtMethod* MethodVerifier::VerifyInvocationArgs( in VerifyInvocationArgs() function in art::verifier::MethodVerifier