Home
last modified time | relevance | path

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

12345678

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp41 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfoBase()
71 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo()
79 JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo()
86 uint32_t numArgs, bool needCheckStack) in ReBuildRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.h25 …insObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsObjectStubBuilder()
Dbuiltins_number_stub_builder.h25 …insNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsNumberStubBuilder()
Dbuiltins_collection_stub_builder.h26GateRef numArgs) : BuiltinsStubBuilder(parent), glue_(glue), thisValue_(thisValue), numArgs_(numAr… in BuiltinsCollectionStubBuilder()
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()
Dbuiltins_array_stub_builder.cpp29 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat()
160 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter()
322 …uiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in ForEach()
342 …uiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
362 …insArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf()
382 [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in Pop()
479 void BuiltinsArrayStubBuilder::Slice(GateRef glue, GateRef thisValue, GateRef numArgs, in Slice()
716 GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in Sort()
840 void BuiltinsArrayStubBuilder::Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, in Reduce()
986 …uiltinsArrayStubBuilder::Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, in Reverse()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h20 uint32_t numArgs = method->GetNumArgs() - 2U; in GetInfoForInteropCallArgsConversion() local
Dets_type_visitor-inl.h162 auto numArgs = method_->GetNumArgs() - excludeThis; in VisitMethod() local
175 auto numArgs = method_->GetNumArgs() - excludeThis; in VisitArgs() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h114 uint32_t numArgs, in CompiledCodeExecute()
167 inline Value Method::InvokeCompiledCode(ManagedThread *thread, uint32_t numArgs, Value *args) in InvokeCompiledCode()
270 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t numArgs, coretypes:… in InvokeDyn()
276 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t numArgs, coretypes:… in InvokeDyn()
336 Frame *Method::EnterNativeMethodFrame(ManagedThread *thread, uint32_t numVregs, uint32_t numArgs, V… in EnterNativeMethodFrame()
/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/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp33 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp33 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinvokation_helper.h157 coretypes::TaggedValue InvokeDynEntryPoint(Method *method, uint32_t numArgs, Args... args) in InvokeDynEntryPoint()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.h169 auto numArgs = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp40 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/containerslightweightsetisempty_fuzzer/
Dcontainerslightweightsetisempty_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/
Dcontainerslistadd_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/
Dcontainerslistinsert_fuzzer.cpp40 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/containerslisthas_fuzzer/
Dcontainerslisthas_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/
Dcontainerslightweightsetgetiteratorobj_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/containerslightweightsetgetsize_fuzzer/
Dcontainerslightweightsetgetsize_fuzzer.cpp40 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()

12345678