Home
last modified time | relevance | path

Searched defs:fromIndex (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp23 JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes()
30 void JSSendableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32… in CopyDataPointBytes()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp23 …:CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t cou… in CopyDataBlockBytes()
30 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Dlinked_hash_table.h231 int fromIndex = static_cast<int>(EntryToIndex(i)); in Rehash() local
Dtagged_hash_table.h316 int fromIndex = Derived::GetKeyIndex(i); in Rehash() local
Dtagged_list.cpp486 const int fromIndex, const int toIndex, in GetSubList()
Djs_hclass.cpp103 int fromIndex = GetEntryIndex(i); in Rehash() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp218 GateRef elements, Predicate predicate, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfElements()
372 GateRef elements, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfTaggedUndefined()
385 GateRef elements, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfTaggedZero()
399 GateRef elements, GateRef target, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfTaggedIntElements()
442 GateRef elements, GateRef target, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfTaggedIntTarget()
474 GateRef elements, GateRef target, GateRef fromIndex, GateRef len, in IndexOfTaggedNumber()
569 GateRef glue, GateRef elements, GateRef target, GateRef fromIndex, GateRef len, in IndexOfStringElements()
596 …GateRef glue, GateRef elements, GateRef target, GateRef fromIndex, GateRef len, IndexOfOptions opt… in IndexOfStringTarget()
605 …GateRef glue, GateRef elements, GateRef target, GateRef fromIndex, GateRef len, IndexOfOptions opt… in IndexOfBigInt()
614 GateRef elements, GateRef target, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfObject()
[all …]
Dlinked_hashtable_stub_builder.cpp53 GateRef fromIndex = EntryToIndex(linkedTable, *i); in Rehash() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_sendable_arraybuffer_test.cpp50 int32_t fromIndex = 0; in HWTEST_F_L0() local
79 int32_t fromIndex = 0; in HWTEST_F_L0() local
Djs_array_buffer_test.cpp50 int32_t fromIndex = 0; in HWTEST_F_L0() local
Djs_api_vector_test.cpp137 uint32_t fromIndex = 1; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp406 ets_int StdCoreStringIndexOfAfter(EtsString *s, uint16_t ch, ets_int fromIndex) in StdCoreStringIndexOfAfter()
416 ets_int StdCoreStringIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringIndexOfString()
422 ets_int StdCoreStringLastIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringLastIndexOfString()
507 EtsBoolean StdCoreStringStartsWith(EtsString *thisStr, EtsString *prefix, EtsInt fromIndex) in StdCoreStringStartsWith()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp79 void JSAPIPlainArray::AdjustPrimitiveArray(TaggedArray *srcArray, int32_t fromIndex, int32_t toInde… in AdjustPrimitiveArray()
98 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray()
131 int32_t JSAPIPlainArray::BinarySearch(TaggedArray *array, int32_t fromIndex, int32_t toIndex, int32… in BinarySearch()
Djs_api_vector.cpp205 int32_t fromIndex, int32_t toIndex) in RemoveByRange()
232 int32_t fromIndex, int32_t toIndex) in SubVector()
Djs_api_list.cpp209 const int fromIndex, const int toIndex) in GetSubList()
Djs_api_lightweightset.cpp383 …PILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fromIndex, in AdjustArray()
Djs_api_arraylist.cpp310 int fromIndex = JSTaggedValue::ToInt32(thread, value1); in SubArrayList() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith()
265 auto fromIndex = endIndex - suffixLen; in EndsWith() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1215 int64_t fromIndex = 0; in IndexOfStable() local
1256 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath() local
1262 …untimeCallInfo *argv, const JSHandle<JSTaggedValue> &thisObjVal, int64_t length, int64_t fromIndex) in IndexOfSlowPath()
1427 int64_t fromIndex = length - 1; in LastIndexOfStable() local
1465 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath() local
1471 EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) in LastIndexOfSlowPath()
2958 int64_t fromIndex = 0; in IncludesStable() local
2997 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IncludesSlowPath() local
3003 …untimeCallInfo *argv, const JSHandle<JSTaggedValue> &thisObjVal, int64_t length, int64_t fromIndex) in IncludesSlowPath()
3072 double fromIndex = 0; in Includes() local
Dbuiltins_shared_array.cpp1196 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath() local
1203 int64_t length, int64_t fromIndex) in IndexOfSlowPath()
1230 int64_t fromIndex = 0; in IndexOfStable() local
2235 double fromIndex = 0; in Includes() local
2569 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath() local
2575 … const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) in LastIndexOfSlowPath()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp398 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in RemoveByRange() local
458 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in SubVector() local
Dcontainers_list.cpp560 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in GetSubList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp1501 GateRef fromIndex = BuiltinsArrayStubBuilder(&env).MakeFromIndex( in TryInlineIndexOfIncludes() local
Dmcr_circuit_builder.cpp1874 …GateRef elements, GateRef target, GateRef fromIndex, GateRef len, GateRef callID, GateRef arrayKin… in ArrayIncludesIndexOf()
Dtyped_native_inline_lowering.cpp2756 GateRef fromIndex = acc_.GetValueIn(gate, Indices::FROM_INDEX); in LowerArrayIncludesIndexOf() local

12