Home
last modified time | relevance | path

Searched refs:kDexCacheMethodCacheSize (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h156 static constexpr size_t kDexCacheMethodCacheSize = 1024; variable
157 static_assert(IsPowerOfTwo(kDexCacheMethodCacheSize),
179 return kDexCacheMethodCacheSize; in StaticMethodSize()
Ddex_cache.cc61 size_t num_methods = std::min<size_t>(kDexCacheMethodCacheSize, dex_file->NumMethodIds()); in InitializeNativeFields()
Ddex_cache-inl.h259 const uint32_t slot_idx = method_idx % kDexCacheMethodCacheSize; in MethodSlotIndex()