Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h53 : METHOD_CACHE_SIZE(DEFAULT_METHOD_CACHE_SIZE), in PandaCache()
192 static constexpr uint32_t DEFAULT_METHOD_CACHE_SIZE = 1024U; member in panda::panda_file::PandaCache
195 static_assert(panda::helpers::math::IsPowerOfTwo(DEFAULT_METHOD_CACHE_SIZE));
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpanda_cache.h53 : methodCacheSize_(DEFAULT_METHOD_CACHE_SIZE), in PandaCache()
216 static constexpr uint32_t DEFAULT_METHOD_CACHE_SIZE = 1024U; member in ark::panda_file::PandaCache
219 static_assert(ark::helpers::math::IsPowerOfTwo(DEFAULT_METHOD_CACHE_SIZE));

Completed in 2 milliseconds