Home
last modified time | relevance | path

Searched refs:CreateCacheTable (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h313 static JSTaggedValue CreateCacheTable(const JSThread *thread);
334 static JSTaggedValue CreateCacheTable(const JSThread *thread);
Dbuiltins_number.h177 static JSTaggedValue CreateCacheTable(const JSThread *thread);
Dbuiltins_regexp.h226 static JSTaggedValue CreateCacheTable(JSThread *thread);
Dbuiltins_number.cpp498 JSTaggedValue NumberToStringResultCache::CreateCacheTable(const JSThread *thread) in CreateCacheTable() function in panda::ecmascript::builtins::NumberToStringResultCache
Dbuiltins_string.cpp2390 JSTaggedValue StringSplitResultCache::CreateCacheTable(const JSThread *thread) in CreateCacheTable() function in panda::ecmascript::builtins::StringSplitResultCache
2449 JSTaggedValue StringToListResultCache::CreateCacheTable(const JSThread *thread) in CreateCacheTable() function in panda::ecmascript::builtins::StringToListResultCache
Dbuiltins_regexp.cpp2490 JSTaggedValue RegExpExecResultCache::CreateCacheTable(JSThread *thread) in CreateCacheTable() function in panda::ecmascript::builtins::RegExpExecResultCache
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp894 regexpCache_ = builtins::RegExpExecResultCache::CreateCacheTable(thread_); in SetupRegExpResultCache()
904 numberToStringResultCache_ = builtins::NumberToStringResultCache::CreateCacheTable(thread_); in SetupNumberToStringResultCache()
909 stringSplitResultCache_ = builtins::StringSplitResultCache::CreateCacheTable(thread_); in SetupStringSplitResultCache()
914 stringToListResultCache_ = builtins::StringToListResultCache::CreateCacheTable(thread_); in SetupStringToListResultCache()