/aosp12/art/tools/veridex/ |
H A D | resolver.h | 42 type_infos_(dex_file.NumTypeIds(), VeriClass()), in VeridexResolver()
|
H A D | resolver.cc | 74 CHECK_LT(index.index_, dex_file_.NumTypeIds()); in GetVeriClass() 295 for (uint32_t i = 0; i < dex_file_.NumTypeIds(); ++i) { in ResolveAll()
|
H A D | hidden_api_finder.cc | 55 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in CollectAccesses()
|
/aosp12/art/libdexfile/dex/ |
H A D | test_dex_file_builder_test.cc | 63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
|
H A D | dex_file.cc | 348 int32_t hi = NumTypeIds() - 1; in FindTypeId() 368 int32_t hi = NumTypeIds() - 1; in FindTypeId() 587 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
|
H A D | dex_file.h | 280 uint32_t NumTypeIds() const { in NumTypeIds() function 286 return idx.IsValid() && idx.index_ < NumTypeIds(); in IsTypeIndexValid() 291 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
|
H A D | art_dex_file_loader_test.cc | 243 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
|
H A D | dex_file_verifier.cc | 2555 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.h | 349 DCHECK(type_index.index_ <= dex_file.NumTypeIds() || 350 type_index.index_ - dex_file.NumTypeIds() < extra_descriptors_.size()); 632 uint32_t num_type_ids = dex_file->NumTypeIds(); in GetTypeDescriptor() 850 dex_file->NumTypeIds(), in GetOrAddDexFileData()
|
H A D | profile_compilation_info.cc | 675 DCHECK_LT(class_ref.TypeIndex().index_, class_ref.dex_file->NumTypeIds()); in FindOrCreateTypeIndex() 692 uint32_t num_type_ids = dex_file.NumTypeIds(); in FindOrCreateTypeIndex() 1315 dex_data->num_type_ids != dex_file->NumTypeIds()) { in VerifyProfileData() 1318 << " dex_file.NumTypeIds=" << dex_file->NumTypeIds() in VerifyProfileData() 2209 profile_key, checksum, dex_file->NumTypeIds(), dex_file->NumMethodIds()); in GenerateTestProfile() 2414 dex_data->num_type_ids == dex_file->NumTypeIds() && in UpdateProfileKeys() 2929 if (type_index.index_ >= dex_file->NumTypeIds()) { in ExtractProfileData()
|
H A D | profile_compilation_info_test.cc | 251 uint32_t num_type_ids1 = dex1->NumTypeIds(); in TEST_F() 265 uint32_t num_type_ids2 = dex2->NumTypeIds(); in TEST_F()
|
/aosp12/art/compiler/utils/ |
H A D | atomic_dex_ref_map-inl.h | 46 return dex_file->NumTypeIds(); in NumberOfDexIndices()
|
/aosp12/art/runtime/mirror/ |
H A D | dex_cache_test.cc | 56 || java_lang_dex_file_->NumTypeIds() == dex_cache->NumResolvedTypes()); in TEST_F()
|
H A D | dex_cache.cc | 59 size_t num_types = std::min<size_t>(kDexCacheTypeCacheSize, dex_file->NumTypeIds()); in InitializeNativeFields()
|
H A D | dex_cache-inl.h | 151 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds()); in TypeSlotIndex()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_dexcache_entrypoints.cc | 91 dex_file->NumTypeIds(), in StoreTypeInBss()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_experiments.cc | 218 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in ProcessDexFiles() 242 num_type_ids_ += dex_file.NumTypeIds(); in ProcessDexFile()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver_test.cc | 132 EXPECT_EQ(dex.NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
|
H A D | compiler_driver.cc | 1684 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
|
/aosp12/art/runtime/ |
H A D | common_runtime_test.cc | 564 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitDexes()
|
H A D | class_linker_test.cc | 439 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 391 CHECK_LT(type_ref.TypeIndex().index_, dex_file->NumTypeIds()); in AssertInlineCaches() 1837 "fake-location1", d1.GetLocationChecksum(), "LC;", d1.NumMethodIds(), d1.NumTypeIds()); in TEST_F() 1839 "fake-location2", d2.GetLocationChecksum(), "LC;", d2.NumMethodIds(), d2.NumTypeIds()); in TEST_F()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 913 target_type.dex_file->NumTypeIds(), in VisitMethod() 919 target_type.dex_file->NumTypeIds(), in VisitMethod() 925 target_type.dex_file->NumTypeIds(), in VisitMethod() 2171 dex_file->NumTypeIds(), in CalculateIndexBssMappingSize() 2854 dex_file->NumTypeIds(), in WriteIndexBssMapping()
|
/aosp12/art/dexlayout/ |
H A D | dex_ir_builder.cc | 266 dex_file.NumTypeIds(), in DexIrBuilder() 280 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 543 dex_file->NumTypeIds(), in Dump() 550 dex_file->NumTypeIds(), in Dump() 557 dex_file->NumTypeIds(), in Dump()
|