| /arkcompiler/ets_runtime/ecmascript/jobs/ |
| H A D | pending_job.h | 48 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Method.cpp | 54 size_t argsLength = args->GetLength(); in TypeAPIMethodInvokeImplementation() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_reflect.cpp | 51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local 93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() local
|
| H A D | builtins_set.cpp | 199 const uint32_t argsLength = 3; in ForEach() local
|
| H A D | builtins_shared_set.cpp | 198 const uint32_t argsLength = 3; in ForEach() local
|
| H A D | builtins_function.cpp | 152 const uint32_t argsLength = argList->GetLength(); in FunctionPrototypeApplyInternal() local 159 const uint32_t argsLength = static_cast<uint32_t>(argumentsList.second); in FunctionPrototypeApplyInternal() local 179 uint32_t argsLength = 0; in FunctionPrototypeBind() local 323 uint32_t argsLength = 0; FunctionPrototypeCall() local [all...] |
| H A D | builtins_map.cpp | 181 const uint32_t argsLength = 3; in ForEach() local 315 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
|
| H A D | builtins_promise_job.cpp | 50 const uint32_t argsLength = 1; in PromiseReactionJob() local 102 const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]» in PromiseResolveThenableJob() local
|
| H A D | builtins_shared_map.cpp | 175 const uint32_t argsLength = 3; in ForEach() local 310 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
|
| H A D | builtins_object.cpp | 891 const uint32_t argsLength = argv->GetArgsNumber(); in ToLocaleString() local
|
| H A D | builtins_promise.cpp | 64 const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]» in PromiseConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_queue.cpp | 162 const uint32_t argsLength = 3; in ForEach() local
|
| H A D | containers_lightweightmap.cpp | 562 const uint32_t argsLength = 3; in ForEach() local
|
| H A D | containers_list.cpp | 336 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
|
| H A D | containers_linked_list.cpp | 567 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
|
| H A D | containers_treemap.cpp | 434 const uint32_t argsLength = 3; in ForEach() local
|
| H A D | containers_treeset.cpp | 367 const uint32_t argsLength = 3; in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_tree.cpp | 361 const uint32_t argsLength = 2; in EntryCompare() local
|
| H A D | js_proxy.cpp | 135 const uint32_t argsLength = 2; // 2: target and proto in SetPrototype() local 303 const uint32_t argsLength = 2; // 2: target and key in GetOwnProperty() local 398 const uint32_t argsLength = 3; // 3: target, key and desc in DefineOwnProperty() local 481 const uint32_t argsLength = 2; // 2: target and key in HasProperty() local 543 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local 615 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» SetProperty() local 679 const uint32_t argsLength = 2; // 2: target and key DeleteProperty() local 969 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» CallInternal() local 1028 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » ConstructInternal() local [all...] |
| H A D | js_stable_array.cpp | 589 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local 631 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local 675 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local 720 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleSomeOfStable() local 764 const int32_t argsLength = 3; // 3: ?kValue, k, O? HandleforEachOfStable() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
|
| H A D | json_stringifier.cpp | 208 const uint32_t argsLength = 2; // 2: «key, value» in GetSerializeValue() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_arraylist.cpp | 267 const int32_t argsLength = 3; in ReplaceAllElements() local 357 const int32_t argsLength = 3; in ForEach() local
|
| H A D | js_api_vector.cpp | 295 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local 323 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_function_stub_builder.cpp | 75 GateRef argsLength = GetLengthOfTaggedArray(argList);
in PrototypeApply() local 97 GateRef argsLength = MakeArgListWithHole(glue, elements, length);
in PrototypeApply() local 109 GateRef argsLength = MakeArgListWithHole(glue, elements, length);
in PrototypeApply() local 236 GateRef argsLength = Int32Sub(TruncInt64ToInt32(numArgs), Int32(1)); // 1: thisArg PrototypeCall() local 387 GateRef argsLength = GetLengthOfTaggedArray(argv); MakeArgListWithHole() local [all...] |