Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h665 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
Dmethod_verifier.cc2839 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction()
2872 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction()
2951 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()
2973 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction()
4052 ArtMethod* MethodVerifier::VerifyInvocationArgs( in VerifyInvocationArgs() function in art::verifier::MethodVerifier