Home
last modified time | relevance | path

Searched refs:StringSource (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h150 enum class StringSource { enum
170 … const uint8_t *buffer, size_t length, int32_t lastindex, bool isUtf16, StringSource source);
Dbuiltins_regexp.cpp1822 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()