Searched refs:StringSource (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 150 enum class StringSource { enum 170 … const uint8_t *buffer, size_t length, int32_t lastindex, bool isUtf16, StringSource source);
|
| D | builtins_regexp.cpp | 1822 StringSource::OFFHEAP_STRING); in RegExpExecInternal() 1825 … Matcher(thread, regexp, strBuffer, stringLength, lastIndex, isUtf16, StringSource::ONHEAP_STRING); in RegExpExecInternal() 1838 bool isUtf16, StringSource source) in Matcher() 1852 if (UNLIKELY(source == StringSource::OFFHEAP_STRING)) { in Matcher()
|