| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs.cpp | 39 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit() local 73 GateRef numArgs = IntToTaggedInt(Int32(3)); in GenerateCircuit() local 115 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit() local 154 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit() local 178 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit() local 200 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit() local
|
| D | argument_accessor.cpp | 33 auto numArgs = method_->GetNumArgsWithCallField(); in GetActualNumArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 41 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_stub_builder.cpp | 22 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in ContainersCommonFuncCall() 139 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in QueueCommonFuncCall() 245 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in DequeCommonFuncCall() 354 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in ContainersLightWeightCall() 461 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in ContainersHashCall() 596 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in ContainersLinkedListCall()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/ |
| D | containersprivatecommon_fuzzer.h | 38 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/ |
| D | containerstreemaphasvalue_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/ |
| D | containerslightweightsettostring_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/ |
| D | containerstreesetconstructor_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/ |
| D | containerslightweightsetclear_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/ |
| D | containerslightweightsethas_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/ |
| D | containershashmapset_fuzzer.cpp | 38 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/ |
| D | containerslightweightsetremove_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer/ |
| D | containerslightweightsetgetvalueat_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/ |
| D | containerstreemapisempty_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/ |
| D | containerslightweightsethashash_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/ |
| D | containerslightweightmapentries_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesetadd_fuzzer/ |
| D | containerstreesetadd_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemaphaskey_fuzzer/ |
| D | containerstreemaphaskey_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer/ |
| D | containerslightweightsetisempty_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/ |
| D | containerslightweightsetentries_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerstreemapconstructor_fuzzer/ |
| D | containerstreemapconstructor_fuzzer.cpp | 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer/ |
| D | containershashmap_fuzzer.cpp | 38 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| D | containerslightweightset_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettoarray_fuzzer/ |
| D | containerslightweightsettoarray_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/ |
| D | containerslightweightsetvalues_fuzzer.cpp | 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|