Home
last modified time | relevance | path

Searched refs:GetParameterTypeList (Results 1 – 11 of 11) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Parameter.cc51 uint32_t parameter_count = method->GetParameterTypeList()->Size(); in Parameter_getAnnotationNative()
Djava_lang_reflect_Executable.cc278 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()
/art/runtime/
Dreflection.cc230 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()
Dart_method-inl.h248 inline const dex::TypeList* ArtMethod::GetParameterTypeList() { in GetParameterTypeList() function
Dart_method.h656 const dex::TypeList* GetParameterTypeList() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc5866 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
5867 const dex::TypeList* types2 = method2->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
/art/runtime/interpreter/
Dinterpreter_common.cc1319 const dex::TypeList* params = method->GetParameterTypeList(); in DoCallCommon()
/art/compiler/optimizing/
Dinliner.cc2211 const dex::TypeList* param_list = resolved_method->GetParameterTypeList(); in ArgumentTypesMoreSpecific()
/art/runtime/verifier/
Dmethod_verifier.cc4237 res_method_(res_method), pos_(0), params_(res_method->GetParameterTypeList()), in MethodParamListDescriptorIterator()
4356 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2467 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods()
/art/openjdkjvmti/
Dti_redefine.cc2567 const auto* old_type_list = method.GetParameterTypeList(); in UpdateMethods()