Searched refs:kDexCacheMethodCacheSize (Results 1 – 2 of 2) sorted by relevance
157 static constexpr size_t kDexCacheMethodCacheSize = 1024; variable158 static_assert(IsPowerOfTwo(kDexCacheMethodCacheSize),180 return kDexCacheMethodCacheSize; in StaticMethodSize()
333 const uint32_t slot_idx = method_idx % kDexCacheMethodCacheSize; in MethodSlotIndex()352 methods = AllocArray<MethodDexCacheType, kDexCacheMethodCacheSize>( in SetResolvedMethod()