Home
last modified time | relevance | path

Searched refs:NumCallSiteIds (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc108 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0) in InitializeDexCache()
142 for (size_t i = 0; i < dex_file->NumCallSiteIds(); ++i) { in InitializeDexCache()
174 dex_file->NumCallSiteIds()); in InitializeDexCache()
Ddex_cache-inl.h212 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds()); in GetResolvedCallSite()
222 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds()); in SetResolvedCallSite()
/art/runtime/utils/
Ddex_cache_arrays_layout-inl.h52 : DexCacheArraysLayout(pointer_size, dex_file->GetHeader(), dex_file->NumCallSiteIds()) { in DexCacheArraysLayout()
/art/libdexfile/dex/
Ddex_file.h436 uint32_t NumCallSiteIds() const { in NumCallSiteIds() function
441 CHECK_LT(idx, NumCallSiteIds()); in GetCallSiteId()
/art/runtime/verifier/
Dmethod_verifier.cc331 uint32_t limit = dex_file_->NumCallSiteIds(); in CheckCallSiteIndex()
4181 if (call_site_idx >= dex_file_->NumCallSiteIds()) { in CheckCallSite()
4183 << " >= " << dex_file_->NumCallSiteIds(); in CheckCallSite()
/art/dexlayout/
Ddex_ir_builder.cc574 for (uint32_t i = 0; i < dex_file.NumCallSiteIds(); i++) { in CreateCallSitesAndMethodHandles()
/art/dexdump/
Ddexdump.cc1878 for (u4 j = 0; j < pDexFile->NumCallSiteIds(); ++j) { in processDexFile()
/art/dex2oat/linker/
Dimage_writer.cc687 dex_file->NumFieldIds() + dex_file->NumProtoIds() + dex_file->NumCallSiteIds() != 0) { in PrepareDexCacheArraySlots()