Searched refs:inputLength (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.h | 118 JSHandle<EcmaString> inputString, uint32_t inputLength);
|
D | builtins_regexp.cpp | 588 … JSHandle<EcmaString> inputString, uint32_t inputLength) in RegExpReplaceFast() argument 651 if (lastIndex > inputLength) { in RegExpReplaceFast() 659 …RegExpExecutor::MatchResult matchResult = Matcher(thread, regexp, strBuffer, inputLength, lastInde… in RegExpReplaceFast() 694 thread->GetEcmaVM(), inputString, nextPosition, inputLength - nextPosition); in RegExpReplaceFast()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_lowering.cpp | 563 GateRef inputLength = acc_.GetValueIn(gate, 0); in VisitRangeGuard() local 564 acc_.ReplaceGate(gate, builder_.GetState(), builder_.GetDepend(), inputLength); in VisitRangeGuard()
|