Home
last modified time | relevance | path

Searched defs:searchElement (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1049 JSTaggedValue searchElement, IndexOfOptions options, in IndexOfInt()
1080JSTaggedValue searchElement, IndexOfOptions options, in IndexOfDouble()
1123JSTaggedValue searchElement, IndexOfOptions options) in IndexOfString()
1161JSTaggedValue searchElement, IndexOfOptions options) in IndexOfBigInt()
1177JSTaggedValue searchElement, IndexOfOptions options) in IndexOfObjectAddress()
1209 JSTaggedValue searchElement = searchElementHandle.GetTaggedValue(); in IndexOfDispatch() local
1242JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in Includes()
1253JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
1264JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in LastIndexOf()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_TypedArrays.cpp809 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/
Dbuiltins_array.cpp2966 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in IncludesSlowPath() local
3017 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
Dbuiltins_shared_array.cpp2207 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp822 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3061 …JSHandle<JSTaggedValue> searchElement = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the fi… in DEF_RUNTIME_STUBS() local