Searched refs:TypeList (Results 1 - 23 of 23) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DTypeList.java21 public class TypeList implements RawDexObject { class in inherits:RawDexObject
54 * Returns if this TypeList comes before the provided TypeList, considering the legal
57 public boolean comesBefore(TypeList other) {
H A DMapList.java114 rawDexFile.typeLists = new ArrayList<TypeList>(mapItem.size);
116 TypeList newTypeList = new TypeList();
H A DRawDexFile.java43 public List<TypeList> typeLists;
212 for (TypeList typeList : typeLists) {
372 for (TypeList typeList : typeLists) {
/art/tools/dexfuzz/src/dexfuzz/program/
H A DIdCreator.java31 import dexfuzz.rawdex.TypeList;
50 TypeList parameterList = null;
78 (TypeList) protoId.parametersOff.getPointedToItem())) {
615 private TypeList createTypeList(String[] parameterList) {
616 TypeList typeList = new TypeList();
638 rawDexFile.typeLists = new ArrayList<TypeList>();
642 TypeList prevTypeList =
647 // Finally, add this new TypeList to the list of them.
653 private TypeList findTypeLis
[all...]
/art/runtime/
H A Ddex_file-inl.h94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
95 const DexFile::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
H A Ddex_file.h216 uint32_t interfaces_off_; // file offset to TypeList
253 class TypeList { class in class:art::DexFile
277 DISALLOW_COPY_AND_ASSIGN(TypeList);
717 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
722 return reinterpret_cast<const TypeList*>(addr);
790 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
795 return reinterpret_cast<const TypeList*>(addr);
1311 const DexFile::TypeList* type_list_;
H A Dreflection.cc217 const DexFile::TypeList* classes = m->GetParameterTypeList();
349 const DexFile::TypeList* params = m->GetParameterTypeList();
612 const DexFile::TypeList* classes = np_method->GetParameterTypeList();
H A Ddex_file_test.cc309 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find);
H A Dart_method-inl.h350 inline const DexFile::TypeList* ArtMethod::GetParameterTypeList() {
H A Dart_method.cc340 const DexFile::TypeList* proto_params = dex_file->GetProtoParameters(proto_id);
H A Dart_method.h611 const DexFile::TypeList* GetParameterTypeList() SHARED_REQUIRES(Locks::mutator_lock_);
H A Ddex_file.cc2265 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
2289 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
H A Ddex_file_verifier.cc1993 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item);
H A Dclass_linker.cc4908 const DexFile::TypeList* types1 = method1->GetParameterTypeList();
4909 const DexFile::TypeList* types2 = method2->GetParameterTypeList();
5468 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def);
H A Ddebugger.cc3944 const DexFile::TypeList* types = m->GetParameterTypeList();
/art/compiler/debug/
H A Delf_debug_info_writer.h142 const DexFile::TypeList* dex_params = dex->GetProtoParameters(dex_proto);
/art/dexdump/
H A Ddexdump.cc1332 const DexFile::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef);
/art/runtime/interpreter/
H A Dinterpreter_common.cc663 const DexFile::TypeList* params = method->GetParameterTypeList();
/art/runtime/mirror/
H A Dclass-inl.h917 const DexFile::TypeList* interfaces = GetInterfaceTypeList();
H A Dclass.cc909 const DexFile::TypeList* Class::GetInterfaceTypeList() {
H A Dclass.h1187 const DexFile::TypeList* GetInterfaceTypeList() SHARED_REQUIRES(Locks::mutator_lock_);
/art/compiler/optimizing/
H A Dinstruction_builder.cc451 const DexFile::TypeList* arg_types = dex_file_->GetProtoParameters(proto);
/art/runtime/verifier/
H A Dmethod_verifier.cc4048 const DexFile::TypeList* params_;
4233 const DexFile::TypeList* params = res_method->GetParameterTypeList();

Completed in 1599 milliseconds