Home
last modified time | relevance | path

Searched refs:GetCache (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.h33 std::pair<JSTaggedValue, size_t> GetCache(EcmaString *pattern, const uint32_t flags,
Dregexp_parser_cache.cpp45 std::pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t fl… in GetCache() function in panda::ecmascript::RegExpParserCache
/arkcompiler/runtime_core/panda/
Dpanda.cpp219 …verifier::ThreadPool::GetCache()->FastAPI().ProcessFiles(runtime.GetClassLinker()->GetBootPandaFil… in Main()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp654 ASSERT_TRUE(regExpParserCache->GetCache(*string1, 0, vec).first.IsTrue()); in HWTEST_F_L0()
655 ASSERT_TRUE(regExpParserCache->GetCache(*string1, 0, vec).second == 2U); in HWTEST_F_L0()
656 ASSERT_TRUE(regExpParserCache->GetCache(*string1, in HWTEST_F_L0()
658 ASSERT_TRUE(regExpParserCache->GetCache(*string2, 0, vec).first.IsHole()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2297 auto getCache = regExpParserCache->GetCache(*patternStrHandle, flagsBits, groupName); in RegExpInitialize()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp5912 vec.emplace_back(CString("Cache"), GetCache()); in DumpForSnapshot()