Home
last modified time | relevance | path

Searched defs:numArgs (Results 1 – 25 of 140) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp39 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
Dargument_accessor.cpp33 auto numArgs = method_->GetNumArgsWithCallField(); in GetActualNumArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp41 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp22 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/
Dcontainersprivatecommon_fuzzer.h38 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/
Dcontainerstreemaphasvalue_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
Dcontainerslightweightsethas_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp38 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/
Dcontainerslightweightsetremove_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer/
Dcontainerslightweightsetgetvalueat_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/
Dcontainerstreemapisempty_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/
Dcontainerslightweightsethashash_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetadd_fuzzer/
Dcontainerstreesetadd_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphaskey_fuzzer/
Dcontainerstreemaphaskey_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer/
Dcontainerslightweightsetisempty_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
Dcontainerslightweightsetentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapconstructor_fuzzer/
Dcontainerstreemapconstructor_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer/
Dcontainershashmap_fuzzer.cpp38 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/
Dcontainerslightweightset_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettoarray_fuzzer/
Dcontainerslightweightsettoarray_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
Dcontainerslightweightsetvalues_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()

123456