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

/art/runtime/verifier/
H A Dmethod_verifier.h616 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
H A Dmethod_verifier.cc2900 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range);
2932 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range);
3010 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range);
3033 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range);
3088 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range);
3090 // Convert potential soft failures in VerifyInvocationArgs() to hard errors.
4281 ArtMethod* MethodVerifier::VerifyInvocationArgs( function in class:art::MethodVerifier

Completed in 13 milliseconds