/art/tools/veridex/ |
D | resolver.h | 42 type_infos_(dex_file.NumTypeIds(), VeriClass()), in VeridexResolver()
|
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()
|
D | hidden_api_finder.cc | 55 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in CollectAccesses()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder_test.cc | 63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
|
D | dex_file.cc | 379 int32_t hi = NumTypeIds() - 1; in FindTypeId() 399 int32_t hi = NumTypeIds() - 1; in FindTypeId() 618 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
|
D | dex_file.h | 317 uint32_t NumTypeIds() const { in NumTypeIds() function 323 return idx.IsValid() && idx.index_ < NumTypeIds(); in IsTypeIndexValid() 328 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
|
D | art_dex_file_loader_test.cc | 296 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
|
D | dex_file_verifier.cc | 2550 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 47 return dex_file->NumTypeIds(); in NumberOfDexIndices()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 358 DCHECK(type_index.index_ <= dex_file.NumTypeIds() || 359 type_index.index_ - dex_file.NumTypeIds() < extra_descriptors_.size()); 685 uint32_t num_type_ids = dex_file->NumTypeIds(); in GetTypeDescriptor() 964 dex_file->NumTypeIds(), in GetOrAddDexFileData()
|
D | profile_compilation_info.cc | 688 DCHECK_LT(class_ref.TypeIndex().index_, class_ref.dex_file->NumTypeIds()); in FindOrCreateTypeIndex() 705 uint32_t num_type_ids = dex_file.NumTypeIds(); in FindOrCreateTypeIndex() 1399 dex_data->num_type_ids != dex_file->NumTypeIds()) { in VerifyProfileData() 1402 << " dex_file.NumTypeIds=" << dex_file->NumTypeIds() in VerifyProfileData() 2309 profile_key, checksum, dex_file->NumTypeIds(), dex_file->NumMethodIds()); in GenerateTestProfile() 2485 dex_data->num_type_ids == dex_file->NumTypeIds() && in UpdateProfileKeys() 3009 if (type_index.index_ >= dex_file->NumTypeIds()) { in ExtractProfileData()
|
D | profile_compilation_info_test.cc | 257 uint32_t num_type_ids1 = dex1->NumTypeIds(); in TEST_F() 271 uint32_t num_type_ids2 = dex2->NumTypeIds(); in TEST_F()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 120 mapping, type_idx.index_, dex_file->NumTypeIds(), sizeof(GcRoot<mirror::Class>)); in StoreTypeInBss()
|
/art/tools/dexanalyze/ |
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()
|
/art/runtime/ |
D | common_runtime_test.cc | 587 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitDexes()
|
D | runtime_image.cc | 621 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in EmitClasses() 1033 if (idx.index_ < dex_file->NumTypeIds()) { in LoadClassesFromReferenceProfile() 1317 CreateGcRootDexCacheArray(cache->GetDexFile()->NumTypeIds(), in CopyDexCache()
|
D | class_linker_test.cc | 435 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
|
/art/runtime/mirror/ |
D | dex_cache.h | 542 NumTypeIds,
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 791 target_type.dex_file->NumTypeIds(), in VisitMethod() 797 target_type.dex_file->NumTypeIds(), in VisitMethod() 803 target_type.dex_file->NumTypeIds(), in VisitMethod() 2089 dex_file->NumTypeIds(), in CalculateIndexBssMappingSize() 2859 dex_file->NumTypeIds(), in WriteIndexBssMapping()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 266 dex_file.NumTypeIds(), in DexIrBuilder() 280 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
|
/art/profman/ |
D | profile_assistant_test.cc | 393 CHECK_LT(type_ref.TypeIndex().index_, dex_file->NumTypeIds()); in AssertInlineCaches() 1998 "fake-location1", d1.GetLocationChecksum(), "LC;", d1.NumMethodIds(), d1.NumTypeIds()); in TEST_F() 2000 "fake-location2", d2.GetLocationChecksum(), "LC;", d2.NumMethodIds(), d2.NumTypeIds()); in TEST_F()
|
/art/oatdump/ |
D | oatdump.cc | 1687 dex_file->NumTypeIds(), in DumpBssMappings() 1693 dex_file->NumTypeIds(), in DumpBssMappings() 1699 dex_file->NumTypeIds(), in DumpBssMappings()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1677 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
|