Searched defs:CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ | ||
| D | regexp_parser_cache.h | 30 static constexpr size_t CACHE_SIZE = 128; variable |
| D | regexp_parser.cpp | 28 static constexpr uint32_t CACHE_SIZE = 128; variable |