Searched refs:VerifyInvocationArgs (Results 1 – 1 of 1) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 619 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range) 2932 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() 2966 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() 3048 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() 3073 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction() 3130 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() 4197 ArtMethod* MethodVerifier<kVerifierDebug>::VerifyInvocationArgs( in VerifyInvocationArgs() function in art::verifier::impl::__anon4cf1518a0111::MethodVerifier
|