Searched refs:NumTypeIds (Results 1 – 18 of 18) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 53 dex_file->NumTypeIds() != 0u || in InitializeDexCache() 66 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() 78 if (dex_file->NumTypeIds() < num_types) { in InitializeDexCache() 79 num_types = dex_file->NumTypeIds(); in InitializeDexCache()
|
D | dex_cache_test.cc | 56 || java_lang_dex_file_->NumTypeIds() == dex_cache->NumResolvedTypes()); in TEST_F()
|
D | dex_cache-inl.h | 93 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds()); in TypeSlotIndex()
|
/art/compiler/utils/ |
D | test_dex_file_builder_test.cc | 64 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 50 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
|
/art/runtime/ |
D | dex_file.h | 581 uint32_t NumTypeIds() const { in NumTypeIds() function 587 return idx.IsValid() && idx.index_ < NumTypeIds(); in IsTypeIndexValid() 592 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
|
D | dex_file.cc | 793 int32_t hi = NumTypeIds() - 1; in FindTypeId() 832 int32_t hi = NumTypeIds() - 1; in FindTypeId() 1337 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
|
D | dex_file_test.cc | 468 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
|
D | dex_file_verifier.cc | 171 if (UNLIKELY(!CheckIndex(type_idx.index_, dex_file_->NumTypeIds(), error_string))) { in CheckLoadStringByTypeIdx() 2079 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
|
D | class_linker_test.cc | 436 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
|
D | class_linker.cc | 1389 if (dex_file->NumTypeIds() < num_types) { in Update() 1390 num_types = dex_file->NumTypeIds(); in Update()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 73 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitLibcoreDexes()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 119 EXPECT_EQ(dex.NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
|
D | compiler_driver.cc | 1838 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 436 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
|
/art/profman/ |
D | profman.cc | 635 if (kInvalidTypeIndex >= dex_file->NumTypeIds()) { in FindClass()
|
/art/compiler/ |
D | image_writer.cc | 461 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr); in PrepareDexCacheArraySlots() 1123 for (size_t i = 0, end = dex_cache->GetDexFile()->NumTypeIds(); i < end; ++i) { in PruneAndPreloadDexCache()
|
/art/oatdump/ |
D | oatdump.cc | 821 num_type_ids_(dex_file.NumTypeIds()), in DexFileData()
|