Home
last modified time | relevance | path

Searched defs:numArgs (Results 1 - 25 of 164) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.h25 BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsObjectStubBuilder() argument
H A Dbuiltins_number_stub_builder.h25 BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsNumberStubBuilder() argument
H A Dbuiltins_reflect_stub_builder.h25 BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsReflectStubBuilder() argument
H A Dbuiltins_collection_stub_builder.h26 BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) BuiltinsCollectionStubBuilder() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_interop_runtime_interface-inl.h58 uint32_t numArgs = method->GetNumArgs() - skipArgs; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h131 coretypes::TaggedValue InvokeDynEntryPoint(Method *method, uint32_t numArgs, Args... args) in InvokeDynEntryPoint() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
H A Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
H A Dbuiltinsarraybufferisview_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument
68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
84 ReBuildRuntimeCallInfo(JSThread *thread, EcmaRuntimeCallInfo* info, int numArgs, StackCheck needCheckStack) ReBuildRuntimeCallInfo() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
H A Dcontainerslightweightmapforeach_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
H A Dcontainerslightweightmapentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
H A Dcontainerslightweightmapisempty_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
H A Dcontainerslightweightmaphasall_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
H A Dcontainerslightweightsetentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
H A Dcontainerslightweightsethas_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
H A Dcontainerslightweightsetvalues_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/
H A Dcontainerslistclear_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/
H A Dcontainerslistadd_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/
H A Dcontainerslistgetindexof_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/
H A Dcontainerslistsort_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/
H A Dcontainersqueuepop_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
H A Dcontainersstack_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
H A Dcontainersstackpop_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgethighervalue_fuzzer/
H A Dcontainerstreesetgethighervalue_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetfirstvalue_fuzzer/
H A Dcontainerstreesetgetfirstvalue_fuzzer.cpp39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument

Completed in 8 milliseconds

1234567