Searched refs:GetParameterTypeList (Results 1 – 11 of 11) sorted by relevance
278 const dex::TypeList* this_list = this_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal()279 const dex::TypeList* other_list = other_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal()346 const dex::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterTypesInternal()381 const dex::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterCountInternal()
51 uint32_t parameter_count = method->GetParameterTypeList()->Size(); in Parameter_getAnnotationNative()
230 const dex::TypeList* classes = m->GetParameterTypeList(); in BuildArgArrayFromObjectArray()371 const dex::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments()465 const dex::TypeList* classes = np_method->GetParameterTypeList(); in CheckArgsForInvokeMethod()
256 inline const dex::TypeList* ArtMethod::GetParameterTypeList() { in GetParameterTypeList() function
651 const dex::TypeList* GetParameterTypeList() REQUIRES_SHARED(Locks::mutator_lock_);
5739 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()5740 const dex::TypeList* types2 = method2->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
1315 const dex::TypeList* params = method->GetParameterTypeList(); in DoCallCommon()
2101 const dex::TypeList* param_list = resolved_method->GetParameterTypeList(); in ArgumentTypesMoreSpecific()
4173 res_method_(res_method), pos_(0), params_(res_method->GetParameterTypeList()), in MethodParamListDescriptorIterator()4292 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod()
2381 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods()
2568 const auto* old_type_list = method.GetParameterTypeList(); in UpdateMethods()