Searched refs:CacheType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 206 enum CacheType { enum in panda::ecmascript::builtins::RegExpExecResultCache 222 CacheType type, const JSHandle<JSTaggedValue> regexp, 229 CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, 239 void UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheType type); 241 JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type);
|
H A D | builtins_regexp.cpp | 2483 const JSHandle<JSTaggedValue> input, CacheType type, in FindCachedResult() 2560 const JSHandle<JSTaggedValue> resultArray, CacheType type, in AddResultInCache() 2666 void RegExpExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheType type) in UpdateResultArray() 2712 JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type) in Match()
|
Completed in 8 milliseconds