Home
last modified time | relevance | path

Searched refs:NumTypeIds (Results 1 – 23 of 23) sorted by relevance

/art/tools/veridex/
Dresolver.h42 type_infos_(dex_file.NumTypeIds(), VeriClass()), in VeridexResolver()
Dresolver.cc74 CHECK_LT(index.index_, dex_file_.NumTypeIds()); in GetVeriClass()
295 for (uint32_t i = 0; i < dex_file_.NumTypeIds(); ++i) { in ResolveAll()
Dhidden_api_finder.cc55 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in CollectAccesses()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
Ddex_file.cc379 int32_t hi = NumTypeIds() - 1; in FindTypeId()
399 int32_t hi = NumTypeIds() - 1; in FindTypeId()
618 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
Ddex_file.h317 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()
Dart_dex_file_loader_test.cc296 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
Ddex_file_verifier.cc2550 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h47 return dex_file->NumTypeIds(); in NumberOfDexIndices()
/art/libprofile/profile/
Dprofile_compilation_info.h358 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()
Dprofile_compilation_info.cc688 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()
Dprofile_compilation_info_test.cc257 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/
Dquick_dexcache_entrypoints.cc120 mapping, type_idx.index_, dex_file->NumTypeIds(), sizeof(GcRoot<mirror::Class>)); in StoreTypeInBss()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc218 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in ProcessDexFiles()
242 num_type_ids_ += dex_file.NumTypeIds(); in ProcessDexFile()
/art/runtime/
Dcommon_runtime_test.cc587 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitDexes()
Druntime_image.cc621 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()
Dclass_linker_test.cc435 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
/art/runtime/mirror/
Ddex_cache.h542 NumTypeIds,
/art/dex2oat/linker/
Doat_writer.cc791 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/
Ddex_ir_builder.cc266 dex_file.NumTypeIds(), in DexIrBuilder()
280 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
/art/profman/
Dprofile_assistant_test.cc393 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/
Doatdump.cc1687 dex_file->NumTypeIds(), in DumpBssMappings()
1693 dex_file->NumTypeIds(), in DumpBssMappings()
1699 dex_file->NumTypeIds(), in DumpBssMappings()
/art/dex2oat/driver/
Dcompiler_driver.cc1677 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()