Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h53 : METHOD_CACHE_SIZE(DEFAULT_METHOD_CACHE_SIZE), in PandaCache()
57 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in PandaCache()
66 return panda::helpers::math::PowerOfTwoTableSlot(id.GetOffset(), METHOD_CACHE_SIZE); in GetMethodIndex()
167 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in Clear()
198 const uint32_t METHOD_CACHE_SIZE; variable