Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h54 FIELD_CACHE_SIZE(DEFAULT_FIELD_CACHE_SIZE), in PandaCache()
191 static constexpr uint32_t DEFAULT_FIELD_CACHE_SIZE = 1024U; member in panda::panda_file::PandaCache
194 static_assert(panda::helpers::math::IsPowerOfTwo(DEFAULT_FIELD_CACHE_SIZE));
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpanda_cache.h54 fieldCacheSize_(DEFAULT_FIELD_CACHE_SIZE), in PandaCache()
215 static constexpr uint32_t DEFAULT_FIELD_CACHE_SIZE = 1024U; member in ark::panda_file::PandaCache
218 static_assert(ark::helpers::math::IsPowerOfTwo(DEFAULT_FIELD_CACHE_SIZE));

Completed in 3 milliseconds