Searched defs:searchElement (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 1049 JSTaggedValue searchElement, IndexOfOptions options, in IndexOfInt() 1080 … JSTaggedValue searchElement, IndexOfOptions options, in IndexOfDouble() 1123 … JSTaggedValue searchElement, IndexOfOptions options) in IndexOfString() 1161 … JSTaggedValue searchElement, IndexOfOptions options) in IndexOfBigInt() 1177 … JSTaggedValue searchElement, IndexOfOptions options) in IndexOfObjectAddress() 1209 JSTaggedValue searchElement = searchElementHandle.GetTaggedValue(); in IndexOfDispatch() local 1242 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in Includes() 1253 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf() 1264 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in LastIndexOf()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_TypedArrays.cpp | 809 static EtsDouble EtsEscompatArrayIndexOfLong(T1 *thisArray, T2 searchElement, EtsInt fromIndex) in EtsEscompatArrayIndexOfLong() 831 static EtsDouble EtsEscompatArrayIndexOfNumber(T *thisArray, double searchElement, EtsInt fromIndex) in EtsEscompatArrayIndexOfNumber() 930 static EtsDouble EtsEscompatArrayLastIndexOfNumber(T *thisArray, double searchElement, EtsInt fromI… in EtsEscompatArrayLastIndexOfNumber()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 2966 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in IncludesSlowPath() local 3017 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
|
| D | builtins_shared_array.cpp | 2207 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 822 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3061 …JSHandle<JSTaggedValue> searchElement = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the fi… in DEF_RUNTIME_STUBS() local
|