• Home
  • Raw
  • Download

Lines Matching refs:called_method

2948       ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range);  in CodeFlowVerifyInstruction()  local
2950 if (called_method != nullptr) { in CodeFlowVerifyInstruction()
2952 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2953 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
2955 return_type = &FromClass(called_method->GetReturnTypeDescriptor(), in CodeFlowVerifyInstruction()
2982 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
2986 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
2994 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
2995 return_type_descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
2997 ? called_method->ResolveReturnType() in CodeFlowVerifyInstruction()
2998 : called_method->LookupResolvedReturnType(); in CodeFlowVerifyInstruction()
3064 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3066 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3073 descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3146 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
3147 if (called_method == nullptr) { in CodeFlowVerifyInstruction()
3157 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()