Lines Matching refs:called_method

2956       ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range);  in CodeFlowVerifyInstruction()  local
2958 if (called_method != nullptr) { in CodeFlowVerifyInstruction()
2960 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2961 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
2963 return_type = &FromClass(called_method->GetReturnTypeDescriptor(), in CodeFlowVerifyInstruction()
2990 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
2994 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3002 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
3003 return_type_descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3005 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
3006 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
3072 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3074 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3081 descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3154 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
3155 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3165 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()