Home
last modified time | relevance | path

Searched refs:TypeList (Results 26 – 40 of 40) sorted by relevance

12

/art/runtime/mirror/
Dclass.h37 class TypeList; variable
1228 const dex::TypeList* GetInterfaceTypeList() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass-inl.h965 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces()
Dclass.cc1268 const dex::TypeList* Class::GetInterfaceTypeList() { in GetInterfaceTypeList()
/art/runtime/
Dart_method.cc516 const dex::TypeList* proto_params = dex_file->GetProtoParameters(proto_id); in EqualParameters()
Dclass_linker.cc5866 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
5867 const dex::TypeList* types2 = method2->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
6268 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces()
/art/libdexfile/dex/
Ddex_file_verifier.cc1371 const dex::TypeList* type_list = reinterpret_cast<const dex::TypeList*>(ptr_); in CheckIntraTypeList()
2784 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
/art/tools/hiddenapi/
Dhiddenapi.cc124 const dex::TypeList* ifaces = dex_file_.GetInterfacesList(GetClassDef()); in GetInterfaceDescriptors()
/art/runtime/native/
Djava_lang_Class.cc251 const dex::TypeList* iface_list = klass->GetInterfaceTypeList(); in Class_getInterfacesInternal()
/art/runtime/interpreter/
Dinterpreter_common.cc1319 const dex::TypeList* params = method->GetParameterTypeList(); in DoCallCommon()
/art/dexdump/
Ddexdump.cc1548 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
/art/openjdkjvmti/
Dti_redefine.cc1120 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()
1129 const art::dex::TypeList* current_interfaces = current_class->GetInterfaceTypeList(); in CheckClass()
/art/compiler/optimizing/
Dinliner.cc2211 const dex::TypeList* param_list = resolved_method->GetParameterTypeList(); in ArgumentTypesMoreSpecific()
Dinstruction_builder.cc592 const dex::TypeList* arg_types = dex_file_->GetProtoParameters(proto); in InitializeParameters()
/art/runtime/verifier/
Dmethod_verifier.cc4256 const dex::TypeList* params_;
4356 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2467 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods()

12