Lines Matching refs:ArtMethod

166                  ArtMethod* method,  in MethodVerifier()
463 bool CheckSignaturePolymorphicMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
592 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
617 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
627 ArtMethod* VerifyInvocationArgsFromIterator(T* it, const Instruction* inst,
629 ArtMethod* res_method)
789 ArtMethod* method_being_verified_; // Its ArtMethod representation if known.
2956 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction()
2990 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction()
3072 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()
3097 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction()
3154 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction()
3873 ArtMethod* MethodVerifier<kVerifierDebug>::ResolveMethodAndCheckAccess( in ResolveMethodAndCheckAccess()
3891 ArtMethod* res_method = dex_cache_->GetResolvedMethod(dex_method_idx, pointer_size); in ResolveMethodAndCheckAccess()
4019 ArtMethod* MethodVerifier<kVerifierDebug>::VerifyInvocationArgsFromIterator( in VerifyInvocationArgsFromIterator()
4020 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4236 explicit MethodParamListDescriptorIterator(ArtMethod* res_method) : in MethodParamListDescriptorIterator()
4254 ArtMethod* res_method_;
4261 ArtMethod* MethodVerifier<kVerifierDebug>::VerifyInvocationArgs( in VerifyInvocationArgs()
4266 ArtMethod* res_method = ResolveMethodAndCheckAccess(method_idx, method_type); in VerifyInvocationArgs()
4334 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod()
5108 ArtMethod* method, in VerifyMethod()
5184 ArtMethod* method, in VerifyMethod()
5348 ArtMethod* method, in CalculateVerificationInfo()
5395 ArtMethod* method, in VerifyMethodAndDump()
5433 ArtMethod* m, in FindLocksAtDexPc()
5471 ArtMethod* method, in CreateVerifier()