Home
last modified time | relevance | path

Searched defs:argLen (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp385 uint32_t argLen = argv->GetArgsNumber(); in Hypot() local
511 uint32_t argLen = argv->GetArgsNumber(); in Max() local
557 uint32_t argLen = argv->GetArgsNumber(); in Min() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp72 …std::vector<JSTaggedValue> vals, uint32_t argLen, AlgorithmType type = AlgorithmType::ALGORITHM_FO… in AtomicsAlgorithm()
Dbuiltins_symbol_test.cpp54 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::TO_STRING) in SymbolAlgorithm()
Dbuiltins_set_test.cpp81 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) in SetAlgorithm()
Dbuiltins_shared_function_test.cpp70 std::vector<JSTaggedValue> &args, uint32_t argLen, in FunctionAlgorithm()
Dbuiltins_map_test.cpp83 int32_t argLen, AlgorithmType type) in MapAlgorithm()
Dbuiltins_function_test.cpp68 std::vector<JSTaggedValue> &args, uint32_t argLen, in FunctionAlgorithm()
Dbuiltins_bigint_test.cpp40 …c JSTaggedValue BigIntAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t argLen, in BigIntAlgorithm()
Dbuiltins_shared_map_test.cpp171 int32_t argLen, AlgorithmType type) in MapAlgorithm()
Dbuiltins_shared_set_test.cpp93 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) in SharedSetAlgorithm()
Dbuiltins_locale_test.cpp149 int32_t argLen, AlgorithmType type) in LocaleAlgorithm()
Dbuiltins_atomics_test.cpp194 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ALGORITHM_LOAD) in AtomicsAlgorithm()
Dbuiltins_date_test.cpp54 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ALGORITHM_TO_STRING) in DateAlgorithm()
Dbuiltins_string_test.cpp98 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::FROM_CHAR_CODE) in StringAlgorithm()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp54 GateRef argLen = ZExtInt32ToInt64(ChangeIntPtrToInt32(numArgs)); in UnshiftOptimised() local
2362 GateRef argLen = ZExtInt32ToInt64(GetArrayLength(arg0)); in ConcatOptimised() local
2423 GateRef thisLen, GateRef argLen, GateRef sumArrayLen) in DoConcat()