Home
last modified time | relevance | path

Searched refs:GetClassDefIndex (Results 1 – 19 of 19) sorted by relevance

/art/libdexfile/dex/
Dclass_accessor_test.cc33 const dex::ClassDef& class_def = dex_file->GetClassDef(accessor.GetClassDefIndex()); in TEST_F()
35 EXPECT_EQ(class_def_idx, accessor.GetClassDefIndex()); in TEST_F()
Dclass_accessor-inl.h246 return dex_file_.GetClassDef(GetClassDefIndex()); in GetClassDef()
Dclass_accessor.h370 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/art/libdexfile/external/
Ddex_file_ext.cc61 if (GetClassDefIndex(dex_offset, &class_def_index)) { in FindMethod()
94 cache.emplace_back(offset + code.InsnsSizeInBytes(), accessor.GetClassDefIndex()); in CreateClassCache()
118 inline bool GetClassDefIndex(uint32_t dex_offset, uint32_t* class_def_index) { in GetClassDefIndex() function
/art/compiler/driver/
Ddex_compilation_unit.cc78 ClassAccessor accessor(*GetDexFile(), GetClassDefIndex()); in RequiresConstructorBarrier()
Ddex_compilation_unit.h62 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
/art/dex2oat/
Ddex2oat_vdex_test.cc98 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::Dex2oatVdexTest
110 uint16_t class_def_idx = GetClassDefIndex(cls, dex_file); in HasVerifiedClass()
Dverifier_deps_test.cc236 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::verifier::VerifierDepsTest
258 uint16_t class_def_idx = GetClassDefIndex(cls, dex_file); in HasVerifiedClass()
/art/compiler/
Dcommon_compiler_test.cc287 method->GetClassDefIndex(), in CompileMethod()
/art/runtime/
Dart_method-inl.h498 inline uint16_t ArtMethod::GetClassDefIndex() {
509 return GetDexFile()->GetClassDef(GetClassDefIndex());
Dart_method.h956 uint16_t GetClassDefIndex() REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dsharpening.cc217 referrer_dex_file->GetClassDef(dex_compilation_unit.GetClassDefIndex()).class_idx_; in ComputeLoadClassKind()
Doptimizing_compiler.cc1274 const uint16_t class_def_idx = method->GetClassDefIndex(); in JitCompile()
Dinstruction_builder.cc2653 outer_dex_file->GetClassDef(outer_compilation_unit_->GetClassDefIndex()); in LoadClassNeedsAccessCheck()
/art/tools/hiddenapi/
Dhiddenapi.cc892 builder.BeginClassDef(boot_class.GetClassDefIndex()); in EncodeAccessFlags()
918 builder.EndClassDef(boot_class.GetClassDefIndex()); in EncodeAccessFlags()
/art/dex2oat/driver/
Dcompiler_driver.cc626 if (GetClassStatus(ClassReference(dex_file, accessor.GetClassDefIndex())) < in ResolveConstStrings()
1872 ClassStatus status = verified_classes[accessor.GetClassDefIndex()] in FastVerify()
1878 ClassReference ref(dex_file, accessor.GetClassDefIndex()); in FastVerify()
1908 ClassReference ref(dex_file, accessor.GetClassDefIndex()); in FastVerify()
/art/oatdump/
Doatdump.cc699 const uint16_t class_def_index = accessor.GetClassDefIndex(); in DumpMethodAndOffsetAsJson()
853 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets()
932 const uint16_t class_def_index = accessor.GetClassDefIndex(); in DumpOatDexFile()
1082 dex_file.GetClassDef(class_accessor.GetClassDefIndex()), in DumpOatClass()
/art/dex2oat/linker/
Doat_writer_test.cc475 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in TEST_F()
Doat_writer.cc1929 if (UNLIKELY(!visitor->StartClass(dex_file, accessor.GetClassDefIndex()))) { in VisitDexMethods()