| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_stable_array.h | 113 uint32_t fromIndex; member
|
| H A D | js_arraybuffer.cpp | 24 void JSArrayBuffer::CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes() argument 31 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes() argument
|
| H A D | linked_hash_table.h | 231 int fromIndex = static_cast<int>(EntryToIndex(i)); in Rehash() local
|
| H A D | tagged_hash_table.h | 316 int fromIndex = Derived::GetKeyIndex(i); in Rehash() local
|
| H A D | tagged_list.cpp | 485 GetSubList(JSThread *thread, const JSHandle<TaggedSingleList> &taggedList, const int fromIndex, const int toIndex, const JSHandle<TaggedSingleList> &subList) GetSubList() argument
|
| H A D | js_hclass.cpp | 104 int fromIndex = GetEntryIndex(i); in Rehash() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_array_buffer_test.cpp | 50 int32_t fromIndex = 0; in HWTEST_F_L0() local
|
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_sendable_arraybuffer.cpp | 30 void JSSendableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes() argument 22 CopyDataBlockBytes( JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) CopyDataBlockBytes() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_list.cpp | 560 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in GetSubList() local
|
| H A D | containers_vector.cpp | 398 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in RemoveByRange() local 458 JSHandle<JSTaggedValue> fromIndex = GetCallArg(argv, 0); in SubVector() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_list.cpp | 208 GetSubList(JSThread *thread, const JSHandle<JSAPIList> &list, const int fromIndex, const int toIndex) GetSubList() argument
|
| H A D | js_api_arraylist.cpp | 310 int fromIndex = JSTaggedValue::ToInt32(thread, value1); in SubArrayList() local [all...] |
| H A D | js_api_vector.cpp | 204 RemoveByRange(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t fromIndex, int32_t toIndex) RemoveByRange() argument 231 SubVector(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t fromIndex, int32_t toIndex) SubVector() argument [all...] |
| H A D | js_api_plain_array.cpp | 79 void JSAPIPlainArray::AdjustPrimitiveArray(TaggedArray *srcArray, int32_t fromIndex, int32_t toIndex) in AdjustPrimitiveArray() argument 98 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray() argument 131 BinarySearch(TaggedArray *array, int32_t fromIndex, int32_t toIndex, int32_t key) BinarySearch() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string.h | 227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith() argument 265 auto fromIndex = endIndex - suffixLen; in EndsWith() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_String.cpp | 405 ets_int StdCoreStringIndexOfAfter(EtsString *s, uint16_t ch, ets_int fromIndex) in StdCoreStringIndexOfAfter() argument 415 ets_int StdCoreStringIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringIndexOfString() argument 421 ets_int StdCoreStringLastIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringLastIndexOfString() argument 506 EtsBoolean StdCoreStringStartsWith(EtsString *thisStr, EtsString *prefix, EtsInt fromIndex) in StdCoreStringStartsWith() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 54 GateRef fromIndex = EntryToIndex(linkedTable, *i); in Rehash() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 546 GateRef fromIndex = GetCallArg1(numArgs);
in LastIndexOf() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 1157 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath() local 1162 IndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t length, int64_t fromIndex) IndexOfSlowPath() argument 2327 double fromIndex = 0; Includes() local 2538 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); LastIndexOfSlowPath() local 2543 LastIndexOfSlowPath(EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) LastIndexOfSlowPath() argument [all...] |
| H A D | builtins_array.cpp | 1203 int64_t fromIndex = 0; in IndexOfStable() local 1244 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); IndexOfSlowPath() local 1249 IndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t length, int64_t fromIndex) IndexOfSlowPath() argument 1414 int64_t fromIndex = length - 1; LastIndexOfStable() local 1452 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); LastIndexOfSlowPath() local 1457 LastIndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) LastIndexOfSlowPath() argument 2952 double fromIndex = 0; Includes() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | native_inline_lowering.cpp | 1519 GateRef fromIndex = builder_.TaggedGetInt(fromIndexHandler); in TryInlineIndexOfIncludes() local
|
| H A D | mcr_circuit_builder.cpp | 1848 ArrayIncludesIndexOf( GateRef thisArray, GateRef fromIndex, GateRef targetElement, GateRef callID, GateRef arrayKind) ArrayIncludesIndexOf() argument
|
| H A D | typed_native_inline_lowering.cpp | 3044 IncludesUndefinedLoop(GateRef elements, GateRef fromIndex, GateRef arrayLength) IncludesUndefinedLoop() argument 3082 NormalCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, BuiltinsStubCSigns::ID callID, GateRef gate) NormalCompareLoop() argument 3961 TargetIntCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, NumberCompareKind kind, bool arrayHasHole) TargetIntCompareLoop() argument 4113 TargetNumberCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, BuiltinsStubCSigns::ID callID, bool arrayHasHole, NumberCompareKind kind) TargetNumberCompareLoop() argument 4217 TargetStringCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, bool arrayHasHole) TargetStringCompareLoop() argument 4278 TargetEqualCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, bool arrayHasHole) TargetEqualCompareLoop() argument 4326 TargetBigIntCompareLopp(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength) TargetBigIntCompareLopp() argument [all...] |