| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_sendable_arraybuffer.cpp | 23 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/ |
| D | js_arraybuffer.cpp | 23 …: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()
|
| D | linked_hash_table.h | 231 int fromIndex = static_cast<int>(EntryToIndex(i)); in Rehash() local
|
| D | tagged_hash_table.h | 316 int fromIndex = Derived::GetKeyIndex(i); in Rehash() local
|
| D | tagged_list.cpp | 486 const int fromIndex, const int toIndex, in GetSubList()
|
| D | js_hclass.cpp | 103 int fromIndex = GetEntryIndex(i); in Rehash() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_indexof_stub_builder.cpp | 218 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 …]
|
| D | linked_hashtable_stub_builder.cpp | 53 GateRef fromIndex = EntryToIndex(linkedTable, *i); in Rehash() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_sendable_arraybuffer_test.cpp | 50 int32_t fromIndex = 0; in HWTEST_F_L0() local 79 int32_t fromIndex = 0; in HWTEST_F_L0() local
|
| D | js_array_buffer_test.cpp | 50 int32_t fromIndex = 0; in HWTEST_F_L0() local
|
| D | js_api_vector_test.cpp | 137 uint32_t fromIndex = 1; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_String.cpp | 406 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/ |
| D | js_api_plain_array.cpp | 79 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()
|
| D | js_api_vector.cpp | 205 int32_t fromIndex, int32_t toIndex) in RemoveByRange() 232 int32_t fromIndex, int32_t toIndex) in SubVector()
|
| D | js_api_list.cpp | 209 const int fromIndex, const int toIndex) in GetSubList()
|
| D | js_api_lightweightset.cpp | 383 …PILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fromIndex, in AdjustArray()
|
| D | js_api_arraylist.cpp | 310 int fromIndex = JSTaggedValue::ToInt32(thread, value1); in SubArrayList() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith() 265 auto fromIndex = endIndex - suffixLen; in EndsWith() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 1215 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
|
| D | builtins_shared_array.cpp | 1196 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/ |
| D | containers_vector.cpp | 398 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in RemoveByRange() local 458 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in SubVector() local
|
| D | containers_list.cpp | 560 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in GetSubList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 1501 GateRef fromIndex = BuiltinsArrayStubBuilder(&env).MakeFromIndex( in TryInlineIndexOfIncludes() local
|
| D | mcr_circuit_builder.cpp | 1874 …GateRef elements, GateRef target, GateRef fromIndex, GateRef len, GateRef callID, GateRef arrayKin… in ArrayIncludesIndexOf()
|
| D | typed_native_inline_lowering.cpp | 2756 GateRef fromIndex = acc_.GetValueIn(gate, Indices::FROM_INDEX); in LowerArrayIncludesIndexOf() local
|