/art/runtime/ |
D | dex_file.h | 194 struct ClassDef { struct 225 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument 638 const ClassDef& GetClassDef(uint16_t idx) const { in GetClassDef() 643 uint16_t GetIndexForClassDef(const ClassDef& class_def) const { in GetIndexForClassDef() 650 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() 656 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const; 659 const ClassDef* FindClassDef(uint16_t type_idx) const; 661 const TypeList* GetInterfacesList(const ClassDef& class_def) const { in GetInterfacesList() 671 const byte* GetClassData(const ClassDef& class_def) const { in GetClassData() 742 const byte* GetEncodedStaticFieldValuesArray(const ClassDef& class_def) const { in GetEncodedStaticFieldValuesArray() [all …]
|
D | dex_method_iterator.h | 141 const DexFile::ClassDef* class_def_;
|
D | dex_file_test.cc | 219 const DexFile::ClassDef& c0 = raw->GetClassDef(0); in TEST_F() 222 const DexFile::ClassDef& c1 = raw->GetClassDef(1); in TEST_F() 232 const DexFile::ClassDef& class_def = raw->GetClassDef(0); in TEST_F()
|
D | dex_file.cc | 359 class_defs_(reinterpret_cast<const ClassDef*>(base + header_->class_defs_off_)), in DexFile() 422 const DexFile::ClassDef* DexFile::FindClassDef(const char* descriptor, size_t hash) const { in FindClassDef() 442 const ClassDef& class_def = GetClassDef(i); in FindClassDef() 461 const ClassDef& class_def = GetClassDef(i); in FindClassDef() 471 const DexFile::ClassDef* DexFile::FindClassDef(uint16_t type_idx) const { in FindClassDef() 474 const ClassDef& class_def = GetClassDef(i); in FindClassDef() 1125 const DexFile::ClassDef& class_def) in EncodedStaticFieldValueIterator()
|
D | dex_file_verifier.h | 127 std::unordered_set<decltype(DexFile::ClassDef::class_idx_)> defined_classes_;
|
D | class_linker.h | 101 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def) 468 void ConstructFieldMap(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, 475 const DexFile::ClassDef& dex_class_def); 478 const DexFile::ClassDef& dex_class_def,
|
D | dex_file_verifier.cc | 1161 if (!CheckListSize(ptr_, 1, sizeof(DexFile::ClassDef), "class_defs")) { in CheckIntraSectionIterate() 1164 ptr_ += sizeof(DexFile::ClassDef); in CheckIntraSectionIterate() 1683 const DexFile::ClassDef* item = reinterpret_cast<const DexFile::ClassDef*>(ptr_); in CheckInterClassDefItem() 1789 ptr_ += sizeof(DexFile::ClassDef); in CheckInterClassDefItem()
|
D | class_linker.cc | 2017 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry; 2023 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath() 2096 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader() 2221 const DexFile::ClassDef& dex_class_def) { in DefineClass() 2323 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables() 2360 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in GetOatMethodIndexFromMethodIndex() 2560 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines() 2728 const DexFile::ClassDef& dex_class_def, in LoadClass() 4069 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass() 4206 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass() [all …]
|
D | class_linker_test.cc | 348 const DexFile::ClassDef& class_def = dex->GetClassDef(i); in AssertDexFile()
|
/art/runtime/verifier/ |
D | method_verifier.h | 146 const DexFile::ClassDef* class_def, 154 const DexFile::ClassDef* class_def, 207 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def, in MethodVerifier() 245 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def, 271 const DexFile::ClassDef* class_def_idx, 658 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method.
|
D | method_verifier_test.cc | 49 const DexFile::ClassDef& class_def = dex->GetClassDef(i); in VerifyDexFile()
|
D | method_verifier.cc | 116 const DexFile::ClassDef* class_def = klass->GetClassDef(); in VerifyClass() 146 const DexFile::ClassDef* class_def, in VerifyClass() 261 const DexFile::ClassDef* class_def, in VerifyMethod() 310 const DexFile::ClassDef* class_def, in VerifyMethodAndDump() 327 const DexFile::ClassDef* class_def, in MethodVerifier()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 81 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in MakeDexFileExecutable()
|
D | compiler_driver.cc | 521 const DexFile::ClassDef& class_def) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDexToDexCompilationlevel() 581 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in CompileOne() 1615 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in ResolveClassFieldsAndMethods() 1769 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in VerifyClass() 1826 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in SetVerifiedClass() 1870 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in InitializeClass() 1994 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in CompileClass()
|
/art/compiler/ |
D | image_test.cc | 175 const DexFile::ClassDef& class_def = dex->GetClassDef(i); in TEST_F()
|
D | oat_test.cc | 155 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i); in TEST_F()
|
D | oat_writer.cc | 708 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VisitDexMethods()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 184 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash); in DexFile_defineClassNative() 222 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i); in DexFile_getClassNameList()
|
D | dalvik_system_VMRuntime.cc | 466 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VMRuntime_preloadDexCaches()
|
/art/oatdump/ |
D | oatdump.cc | 288 const DexFile::ClassDef* class_def = in GetQuickOatCode() 321 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in AddAllOffsets() 379 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in DumpOatDexFile() 409 const DexFile::ClassDef& class_def) { in DumpOatClass() 447 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod() 903 const DexFile::ClassDef& class_def, in DumpVerifier()
|
/art/runtime/mirror/ |
D | class.cc | 745 const DexFile::ClassDef* Class::GetClassDef() { in GetClassDef() 788 const DexFile::ClassDef* dex_class_def = GetClassDef(); in GetSourceFile() 806 const DexFile::ClassDef* class_def = GetClassDef(); in GetInterfaceTypeList()
|
D | art_method-inl.h | 505 inline const DexFile::ClassDef& ArtMethod::GetClassDef() { in GetClassDef()
|
D | art_method.h | 532 const DexFile::ClassDef& GetClassDef() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | class.h | 989 const DexFile::ClassDef* GetClassDef() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
/art/runtime/gc/ |
D | heap.cc | 581 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in SafeGetClassDescriptor()
|