Searched refs:NumMethodIds (Results 1 - 17 of 17) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache_test.cc44 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods());
56 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(),
/art/compiler/utils/
H A Dtest_dex_file_builder_test.cc72 ASSERT_EQ(2u, dex_file->NumMethodIds());
H A Ddex_cache_arrays_layout-inl.h34 strings_offset_(methods_offset_ + MethodsSize(dex_file->NumMethodIds())),
/art/compiler/driver/
H A Dcompiler_driver_test.cc123 EXPECT_EQ(dex.NumMethodIds(), dex_cache->NumResolvedMethods());
/art/runtime/
H A Ddex_file_test.cc323 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) {
H A Ddex_file.h599 size_t NumMethodIds() const { function in class:art::DexFile
606 DCHECK_LT(idx, NumMethodIds()) << GetLocation();
H A Ddex_file.cc577 int32_t hi = NumMethodIds() - 1;
H A Dutils.cc373 if (method_idx >= dex_file.NumMethodIds()) {
H A Ddex_file_verifier.cc93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
H A Dclass_linker.cc1490 auto methods(hs.NewHandle(AllocPointerArray(self, dex_file.NumMethodIds())));
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc526 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc485 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc692 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc420 total->num_methods += dex_file->NumMethodIds();
/art/compiler/
H A Dimage_writer.cc315 auto methods_size = layout.MethodsSize(dex_file->NumMethodIds());
/art/dex2oat/
H A Ddex2oat.cc1350 num_methods += dex_file->NumMethodIds();
/art/compiler/dex/quick/
H A Dgen_invoke.cc576 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());

Completed in 273 milliseconds