Home
last modified time | relevance | path

Searched refs:NumProtoIds (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc62 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()
76 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()
166 ASSERT_EQ(2u, dex_file.NumProtoIds()); in TEST_F()
167 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes()); in TEST_F()
170 for (size_t i = 0; i < dex_file.NumProtoIds(); ++i) { in TEST_F()
Ddex_cache.cc62 size_t num_method_types = std::min<size_t>(kDexCacheMethodTypeCacheSize, dex_file->NumProtoIds()); in InitializeNativeFields()
Ddex_cache-inl.h190 DCHECK_LT(proto_idx.index_, GetDexFile()->NumProtoIds()); in MethodTypeSlotIndex()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc72 ASSERT_EQ(2u, dex_file->NumProtoIds()); in TEST()
Dart_dex_file_loader_test.cc256 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) { in TEST_F()
Ddex_file.h475 size_t NumProtoIds() const { in NumProtoIds() function
482 DCHECK_LT(idx.index_, NumProtoIds()) << GetLocation(); in GetProtoId()
Ddex_file.cc387 int32_t hi = NumProtoIds() - 1; in FindProtoId()
Ddex_file_verifier.cc2675 if (UNLIKELY(!CheckIndex(item->proto_idx_.index_, dex_file_->NumProtoIds(), in CheckInterMethodIdItem()
2915 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()
/art/dexlayout/
Ddex_ir_builder.cc267 dex_file.NumProtoIds(), in DexIrBuilder()
285 for (uint32_t i = 0; i < dex_file.NumProtoIds(); ++i) { in DexIrBuilder()
/art/compiler/optimizing/
Dgraph_visualizer.cc428 if (dex_file.NumProtoIds() >= load_method_type->GetProtoIndex().index_) { in VisitLoadMethodType()
/art/runtime/verifier/
Dmethod_verifier.cc4137 { EncodedArrayValueIterator::ValueType::kMethodType, dex_file_->NumProtoIds() } in CheckCallSite()