Searched defs:CACHE_SIZE (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ | ||
H A D | regexp_parser_cache.h | 30 static constexpr size_t CACHE_SIZE = 128; member in panda::ecmascript::RegExpParserCache |
H A D | regexp_parser.cpp | 23 static constexpr uint32_t CACHE_SIZE = 128; member |
/arkcompiler/ets_runtime/ecmascript/builtins/ | ||
H A D | builtins_string.h | 321 static constexpr int CACHE_SIZE = 256; member in panda::ecmascript::CompareStringsOption::StringSplitResultCache 341 static constexpr int CACHE_SIZE = 128; member in panda::ecmascript::CompareStringsOption::StringToListResultCache |
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ | ||
H A D | regexp_parser.cpp | 98 static constexpr uint32_t CACHE_SIZE = 128; member |
Completed in 6 milliseconds