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

/art/compiler/utils/
H A Dtest_dex_file_builder_test.cc72 ASSERT_EQ(2u, dex_file->NumMethodIds());
/art/runtime/mirror/
H A Ddex_cache_test.cc45 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods());
/art/compiler/driver/
H A Dcompiler_driver_test.cc121 EXPECT_EQ(dex.NumMethodIds(), dex_cache->NumResolvedMethods());
H A Dcompiler_driver.cc342 method_indexes_(dex_file.NumMethodIds(), false, Allocator::GetMallocAllocator()) {
/art/runtime/
H A Ddex_file_test.cc324 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) {
H A Ddex_file.h633 size_t NumMethodIds() const { function in class:art::DexFile
640 DCHECK_LT(idx, NumMethodIds()) << GetLocation();
H A Dutils.cc377 if (method_idx >= dex_file.NumMethodIds()) {
1814 if (dex_method_idx >= dex_file->NumMethodIds()) {
H A Ddex_file_verifier_test.cc1501 CHECK_LT(method_idx + 1u, dex_file->NumMethodIds());
H A Dclass_linker.cc1279 const size_t num_methods = dex_file->NumMethodIds();
2083 dex_file.NumMethodIds() != 0u || dex_file.NumFieldIds() != 0u) {
2093 ArtMethod** methods = (dex_file.NumMethodIds() == 0u) ? nullptr :
2105 for (size_t i = 0; i < dex_file.NumMethodIds(); ++i) {
2119 dex_file.NumMethodIds(),
H A Ddex_file_verifier.cc97 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
H A Ddex_file.cc593 int32_t hi = NumMethodIds() - 1;
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc427 total->num_methods += dex_file->NumMethodIds();
/art/compiler/
H A Dimage_writer.cc451 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr);

Completed in 8978 milliseconds