Lines Matching refs:called_method
2932 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
2934 if (called_method != nullptr) { in CodeFlowVerifyInstruction()
2936 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2937 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
2939 return_type = &FromClass(called_method->GetReturnTypeDescriptor(), in CodeFlowVerifyInstruction()
2966 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
2970 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
2978 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
2979 return_type_descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
2981 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2982 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
3048 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3050 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3057 descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3130 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
3131 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3141 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()