Searched refs:GetCache (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_parser_cache.h | 33 std::pair<JSTaggedValue, size_t> GetCache(EcmaString *pattern, const uint32_t flags,
|
D | regexp_parser_cache.cpp | 45 std::pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t fl… in GetCache() function in panda::ecmascript::RegExpParserCache
|
/arkcompiler/runtime_core/panda/ |
D | panda.cpp | 219 …verifier::ThreadPool::GetCache()->FastAPI().ProcessFiles(runtime.GetClassLinker()->GetBootPandaFil… in Main()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 654 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/ |
D | builtins_regexp.cpp | 2297 auto getCache = regExpParserCache->GetCache(*patternStrHandle, flagsBits, groupName); in RegExpInitialize()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | dump.cpp | 5912 vec.emplace_back(CString("Cache"), GetCache()); in DumpForSnapshot()
|