Home
last modified time | relevance | path

Searched refs:NumResolvedFields (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc59 EXPECT_TRUE(dex_cache->StaticArtFieldSize() == dex_cache->NumResolvedFields() in TEST_F()
60 || java_lang_dex_file_->NumFieldIds() == dex_cache->NumResolvedFields()); in TEST_F()
Ddex_cache.h398 size_t NumResolvedFields() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedFields() function
Ddex_cache-inl.h183 DCHECK_LT(slot_idx, NumResolvedFields()); in FieldSlotIndex()
/art/compiler/driver/
Dcompiler_driver_test.cc141 EXPECT_TRUE(dex_cache->StaticArtFieldSize() == dex_cache->NumResolvedFields() in TEST_F()
142 || dex.NumFieldIds() == dex_cache->NumResolvedFields()); in TEST_F()
143 for (size_t i = 0; i < dex_cache->NumResolvedFields(); i++) { in TEST_F()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc509 for (size_t j = 0, num_fields = dex_cache->NumResolvedFields(); j < num_fields; ++j) { in PreloadDexCachesStatsFilled()
/art/patchoat/
Dpatchoat.cc945 for (size_t j = 0, num = orig_dex_cache->NumResolvedFields(); j != num; ++j) { in PatchDexFileArrays()
/art/runtime/gc/space/
Dimage_space.cc1337 for (size_t j = 0, num = dex_cache->NumResolvedFields(); j != num; ++j) { in RelocateInPlace()
/art/oatdump/
Doatdump.cc2474 size_t num_fields = dex_cache->NumResolvedFields(); in DumpObject()
2479 for (size_t i = 0, length = dex_cache->NumResolvedFields(); i < length; ++i) { in DumpObject()
/art/dex2oat/linker/
Dimage_writer.cc2487 for (size_t i = 0, num = orig_dex_cache->NumResolvedFields(); i != num; ++i) { in FixupDexCache()
/art/runtime/
Dclass_linker.cc1813 for (size_t j = 0; j < dex_cache->NumResolvedFields(); ++j) { in AddImageSpace()