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

  /art/runtime/mirror/
dex_cache.cc 110 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0)
144 for (size_t i = 0; i < dex_file->NumCallSiteIds(); ++i) {
176 dex_file->NumCallSiteIds());
dex_cache-inl.h 152 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds());
161 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds());
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 51 : DexCacheArraysLayout(pointer_size, dex_file->GetHeader(), dex_file->NumCallSiteIds()) {
  /art/runtime/
dex_file.h 744 uint32_t NumCallSiteIds() const {
749 CHECK_LT(idx, NumCallSiteIds());
    [all...]
class_linker.cc     [all...]
  /art/dexlayout/
dex_ir.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 105 milliseconds