Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h55 CLASS_CACHE_SIZE(DEFAULT_CLASS_CACHE_SIZE) in PandaCache()
59 class_cache_.resize(CLASS_CACHE_SIZE, ClassCachePair()); in PandaCache()
77 return panda::helpers::math::PowerOfTwoTableSlot(id.GetOffset(), CLASS_CACHE_SIZE); in GetClassIndex()
169 class_cache_.resize(CLASS_CACHE_SIZE, ClassCachePair()); in Clear()
175 for (uint32_t i = 0; i < CLASS_CACHE_SIZE; i++) { in EnumerateCachedClasses()
200 const uint32_t CLASS_CACHE_SIZE; member in panda::panda_file::PandaCache

Completed in 1 milliseconds