Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A 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; member in panda::panda_file::PandaCache

Completed in 1 milliseconds