Lines Matching refs:called_method
2859 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
2861 if (called_method != nullptr) { in CodeFlowVerifyInstruction()
2863 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2864 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
2866 return_type = &FromClass(called_method->GetReturnTypeDescriptor(), in CodeFlowVerifyInstruction()
2893 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
2897 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
2905 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
2906 return_type_descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
2908 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2909 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
2973 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
2975 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
2982 descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3051 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
3052 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3062 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()