HomeSort by relevance Sort by last modified time
    Searched refs:NumCallSiteIds (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
dex_cache.cc 106 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0)
140 for (size_t i = 0; i < dex_file->NumCallSiteIds(); ++i) {
172 dex_file->NumCallSiteIds());
dex_cache-inl.h 153 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds());
162 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds());
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 52 : DexCacheArraysLayout(pointer_size, dex_file->GetHeader(), dex_file->NumCallSiteIds()) {
  /art/libdexfile/dex/
dex_file.h 669 uint32_t NumCallSiteIds() const {
674 CHECK_LT(idx, NumCallSiteIds());
    [all...]
  /art/dexlayout/
dex_ir.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]

Completed in 235 milliseconds