Home
last modified time | relevance | path

Searched defs:CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.h30 static constexpr size_t CACHE_SIZE = 128; variable
Dregexp_parser.cpp23 static constexpr uint32_t CACHE_SIZE = 128; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h341 static constexpr int CACHE_SIZE = 128; variable
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp99 static constexpr uint32_t CACHE_SIZE = 128; variable