Searched refs:TypeList (Results 1 - 21 of 21) 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.h201 uint32_t interfaces_off_; // file offset to TypeList
238 class TypeList { class in class:art::DexFile
262 DISALLOW_COPY_AND_ASSIGN(TypeList);
678 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
683 return reinterpret_cast<const TypeList*>(addr);
750 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
755 return reinterpret_cast<const TypeList*>(addr);
1083 const DexFile::TypeList* type_list_;
H A Dreflection.cc218 const DexFile::TypeList* classes = m->GetParameterTypeList();
347 const DexFile::TypeList* params = m->GetParameterTypeList();
607 const DexFile::TypeList* classes = np_method->GetParameterTypeList();
H A Ddex_file_test.cc308 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find);
H A Dart_method-inl.h400 inline const DexFile::TypeList* ArtMethod::GetParameterTypeList() {
H A Dart_method.cc542 const DexFile::TypeList* proto_params = dex_file->GetProtoParameters(proto_id);
H A Dart_method.h501 const DexFile::TypeList* GetParameterTypeList() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Ddex_file.cc1059 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
1083 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
H A Ddex_file_verifier.cc1757 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item);
H A Dclass_linker.cc3879 const DexFile::TypeList* types1 = method1->GetParameterTypeList();
3880 const DexFile::TypeList* types2 = method2->GetParameterTypeList();
4301 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def);
H A Ddebugger.cc3932 const DexFile::TypeList* types = m->GetParameterTypeList();
/art/runtime/interpreter/
H A Dinterpreter_common.cc526 const DexFile::TypeList* params = new_shadow_frame->GetMethod()->GetParameterTypeList();
/art/runtime/mirror/
H A Dclass-inl.h793 const DexFile::TypeList* interfaces = GetInterfaceTypeList();
H A Dclass.cc798 const DexFile::TypeList* Class::GetInterfaceTypeList() {
H A Dclass.h1086 const DexFile::TypeList* GetInterfaceTypeList() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/dex/
H A Dtype_inference.cc635 const DexFile::TypeList* type_list = dex_file->GetProtoParameters(proto_id);
/art/runtime/verifier/
H A Dmethod_verifier.cc3479 const DexFile::TypeList* params_;
3633 const DexFile::TypeList* params = res_method->GetParameterTypeList();

Completed in 239 milliseconds