Searched refs:VerifyInvocationArgs (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 665 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
|
D | method_verifier.cc | 2839 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
|