Home
last modified time | relevance | path

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

/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.cpp24 …:CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t cou… in CopyDataBlockBytes()
31 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Djs_stable_array.h115 uint32_t fromIndex; member
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.cpp104 int fromIndex = GetEntryIndex(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
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp369 ets_int StdCoreStringIndexOfAfter(EtsString *s, uint16_t ch, ets_int fromIndex) in StdCoreStringIndexOfAfter()
379 ets_int StdCoreStringIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringIndexOfString()
385 ets_int StdCoreStringLastIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringLastIndexOfString()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp81 void JSAPIPlainArray::AdjustPrimitiveArray(TaggedArray *srcArray, int32_t fromIndex, int32_t toInde… in AdjustPrimitiveArray()
100 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray()
133 int32_t JSAPIPlainArray::BinarySearch(TaggedArray *array, int32_t fromIndex, int32_t toIndex, int32… in BinarySearch()
Djs_api_vector.cpp208 int32_t fromIndex, int32_t toIndex) in RemoveByRange()
235 int32_t fromIndex, int32_t toIndex) in SubVector()
Djs_api_list.cpp209 const int fromIndex, const int toIndex) in GetSubList()
Djs_api_lightweightset.cpp385 …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/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1199 int64_t fromIndex = 0; in IndexOfStable() local
1240 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath() local
1247 int64_t length, int64_t fromIndex) in IndexOfSlowPath()
1408 int64_t fromIndex = length - 1; in LastIndexOfStable() local
1446 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath() local
1452 …timeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) in LastIndexOfSlowPath()
2888 double fromIndex = 0; in Includes() local
Dbuiltins_shared_array.cpp983 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath() local
990 int64_t length, int64_t fromIndex) in IndexOfSlowPath()
2153 double fromIndex = 0; in Includes() local
2364 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath() local
2370 … 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/
Dtyped_native_inline_lowering.cpp3009 GateRef TypedNativeInlineLowering::IncludesUndefinedLoop(GateRef elements, GateRef fromIndex, GateR… in IncludesUndefinedLoop()
3047 GateRef TypedNativeInlineLowering::NormalCompareLoop(GateRef elements, GateRef fromIndex, GateRef t… in NormalCompareLoop()
3892 GateRef fromIndex, in TargetIntCompareLoop()
4044 GateRef fromIndex, in TargetNumberCompareLoop()
4148 GateRef fromIndex, in TargetStringCompareLoop()
4209 GateRef fromIndex, in TargetEqualCompareLoop()
4257 GateRef fromIndex, in TargetBigIntCompareLopp()
Dnative_inline_lowering.cpp1489 GateRef fromIndex = builder_.TaggedGetInt(fromIndexHandler); in TryInlineIndexOfIncludes() local
Dmcr_circuit_builder.cpp1829 GateRef thisArray, GateRef fromIndex, GateRef targetElement, GateRef callID, GateRef arrayKind) in ArrayIncludesIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp54 GateRef fromIndex = EntryToIndex(linkedTable, *i); in Rehash() local
Dbuiltins_typedarray_stub_builder.cpp546 GateRef fromIndex = GetCallArg1(numArgs); in LastIndexOf() local