Home
last modified time | relevance | path

Searched defs:plusLength (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp34 auto plusLength = fromIndexValue + length; in GetStartIndex() local
72 auto plusLength = fromIndexValue + length; in GetLastStartIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp168 GateRef plusLength = DoubleAdd(trunkValue, f64Length); in MakeFromIndexWithDouble() local