Searched refs:NumTypeIds (Results 1 - 13 of 13) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder_test.cc63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds());
/art/runtime/mirror/
H A Ddex_cache_test.cc44 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumResolvedTypes());
/art/compiler/driver/
H A Dcompiler_driver_test.cc115 EXPECT_EQ(dex.NumTypeIds(), dex_cache->NumResolvedTypes());
H A Dcompiler_driver.cc2195 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count);
/art/runtime/
H A Ddex_file_test.cc294 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) {
H A Ddex_file.h554 uint32_t NumTypeIds() const { function in class:art::DexFile
561 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
H A Ddex_file_verifier.cc81 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
1770 if (!CheckIndex(it.GetTypeIdx(), dex_file_->NumTypeIds(),
H A Dclass_linker.cc1278 const size_t num_types = dex_file->NumTypeIds();
2082 } else if (dex_file.NumStringIds() != 0u || dex_file.NumTypeIds() != 0u ||
2091 GcRoot<mirror::Class>* types = (dex_file.NumTypeIds() == 0u) ? nullptr :
2102 for (size_t i = 0; i < dex_file.NumTypeIds(); ++i) {
2117 dex_file.NumTypeIds(),
8300 const size_t num_types = dex_file->NumTypeIds();
H A Dutils.cc307 if (type_idx >= dex_file.NumTypeIds()) {
H A Ddex_file.cc641 int32_t hi = NumTypeIds() - 1;
680 int32_t hi = NumTypeIds() - 1;
H A Dclass_linker_test.cc426 for (size_t i = 0; i < dex.NumTypeIds(); i++) {
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc428 total->num_types += dex_file->NumTypeIds();
/art/compiler/
H A Dimage_writer.cc447 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr);

Completed in 197 milliseconds