Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp31 for (ParserKey &info : info_) { in Clear()
49 ParserKey &info = info_[hash]; in GetCache()
63 ParserKey &info = info_[hash]; in SetCache()
H A Dregexp_parser_cache.h42 struct ParserKey { struct in panda::ecmascript::RegExpParserCache
50 std::array<ParserKey, CACHE_SIZE> info_ {};

Completed in 1 milliseconds