Home
last modified time | relevance | path

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

12345678

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp39 uint32_t numArgs, StackCheck needCheckStack) in NewRuntimeCallInfoBase()
70 uint32_t numArgs, StackCheck needCheckStack) in NewRuntimeCallInfo()
78 JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) in NewRuntimeCallInfo()
85 int numArgs, StackCheck needCheckStack) in ReBuildRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_arraylist_stub_builder.cpp24 void ContainersArrayListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Vari… in ForEach()
32 …ontainersArrayListStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numArgs, in ReplaceAllElements()
Dcontainers_vector_stub_builder.cpp24 void ContainersVectorStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variabl… in ForEach()
32 …d ContainersVectorStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numArgs, in ReplaceAllElements()
Dbuiltins_collection_stub_builder.h27 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionStubBuilder()
30 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionStubBuilder()
Dcontainers_linkedlist_stub_builder.cpp24 void ContainersLinkedListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
Dcontainers_lightweightmap_stub_builder.cpp24 void ContainersLightWeightMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
Dcontainers_lightweightset_stub_builder.cpp24 void ContainersLightWeightSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
Dcontainers_list_stub_builder.cpp24 void ContainersListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable … in ForEach()
Dcontainers_plainarray_stub_builder.cpp24 void ContainersPlainArrayStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
Dcontainers_stack_stub_builder.cpp24 void ContainersStackStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable… in ForEach()
Dcontainers_hashmap_stub_builder.cpp24 void ContainersHashMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
Dcontainers_hashset_stub_builder.cpp24 void ContainersHashSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
Dbuiltins_array_stub_builder.cpp45 void BuiltinsArrayStubBuilder::With(GateRef glue, GateRef thisValue, GateRef numArgs, in With()
169 void BuiltinsArrayStubBuilder::Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, in Unshift()
310 [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in Shift()
426 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat()
564 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter()
779 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map()
893 …uiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in ForEach()
1046 [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in ArrayIteratorNext()
1199 …uiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
1228 …insArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf()
[all …]
Dbuiltins_number_stub_builder.h25 …insNumberStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsNumberStubBuilder()
Dbuiltins_reflect_stub_builder.h25 …nsReflectStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsReflectStubBuilder()
Dbuiltins_object_stub_builder.h25 …insObjectStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsObjectStubBuilder()
Dbuiltins_typedarray_stub_builder.cpp453 …nsTypedArrayStubBuilder::Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, in Reverse()
484 void BuiltinsTypedArrayStubBuilder::LastIndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf()
593 void BuiltinsTypedArrayStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
692 void BuiltinsTypedArrayStubBuilder::Find(GateRef glue, GateRef thisValue, GateRef numArgs, in Find()
769 void BuiltinsTypedArrayStubBuilder::Includes(GateRef glue, GateRef thisValue, GateRef numArgs, in Includes()
860 void BuiltinsTypedArrayStubBuilder::CopyWithin(GateRef glue, GateRef thisValue, GateRef numArgs, in CopyWithin()
993 void BuiltinsTypedArrayStubBuilder::ReduceRight(GateRef glue, GateRef thisValue, GateRef numArgs, in ReduceRight()
1098 void BuiltinsTypedArrayStubBuilder::Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, in Reduce()
1205 void BuiltinsTypedArrayStubBuilder::Every(GateRef glue, GateRef thisValue, GateRef numArgs, in Every()
1289 void BuiltinsTypedArrayStubBuilder::Some(GateRef glue, GateRef thisValue, GateRef numArgs, in Some()
[all …]
Dcontainers_stub_builder.cpp23 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) in ContainersCommonFuncCall()
149 …inersCommonStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue, GateRef numArgs, in ContainersLightWeightCall()
263 …mmonStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* re… in ContainersHashCall()
403 …ainersCommonStubBuilder::ContainersLinkedListCall(GateRef glue, GateRef thisValue, GateRef numArgs, in ContainersLinkedListCall()
Dbuiltins_collection_iterator_stub_builder.h31 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionIteratorStubBuilder()
Dbuiltins_string_stub_builder.cpp28 GateRef numArgs, Variable* res, Label *exit, Label *slowPath) in FromCharCode()
100 void BuiltinsStringStubBuilder::CharAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharAt()
174 void BuiltinsStringStubBuilder::CharCodeAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharCodeAt()
237 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CodePointAt()
272 …ltinsStringStubBuilder::CheckParamsAndGetPosition(GateRef glue, GateRef thisValue, GateRef numArgs, in CheckParamsAndGetPosition()
328 void BuiltinsStringStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
427 void BuiltinsStringStubBuilder::Substring(GateRef glue, GateRef thisValue, GateRef numArgs, in Substring()
566 void BuiltinsStringStubBuilder::SubStr(GateRef glue, GateRef thisValue, GateRef numArgs, in SubStr()
808 void BuiltinsStringStubBuilder::Replace(GateRef glue, GateRef thisValue, GateRef numArgs, in Replace()
960 void BuiltinsStringStubBuilder::Slice(GateRef glue, GateRef thisValue, GateRef numArgs, in Slice()
[all …]
Dbuiltins_array_stub_builder_next_optimization.cpp29 void BuiltinsArrayStubBuilder::UnshiftOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, V… in UnshiftOptimised()
611 void BuiltinsArrayStubBuilder::CopyWithinOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in CopyWithinOptimised()
801 …StubBuilder::ToReversedOptimised(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, in ToReversedOptimised()
1026 void BuiltinsArrayStubBuilder::ToSplicedOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in ToSplicedOptimised()
1253 void BuiltinsArrayStubBuilder::FindOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in FindOptimised()
1282 void BuiltinsArrayStubBuilder::FindIndexOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in FindIndexOptimised()
1310 void BuiltinsArrayStubBuilder::FindOrFindIndex(GateRef glue, GateRef thisValue, GateRef numArgs, in FindOrFindIndex()
1466 void BuiltinsArrayStubBuilder::EveryOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in EveryOptimised()
1498 void BuiltinsArrayStubBuilder::SomeOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in SomeOptimised()
1530 void BuiltinsArrayStubBuilder::ForEachOptimised(GateRef glue, GateRef thisValue, GateRef numArgs, in ForEachOptimised()
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h114 uint32_t numArgs, in CompiledCodeExecute()
168 inline Value Method::InvokeCompiledCode(ManagedThread *thread, uint32_t numArgs, Value *args) in InvokeCompiledCode()
271 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t numArgs, coretypes:… in InvokeDyn()
277 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t numArgs, coretypes:… in InvokeDyn()
338 Frame *Method::EnterNativeMethodFrame(ManagedThread *thread, uint32_t numVregs, uint32_t numArgs, V… in EnterNativeMethodFrame()
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp35 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp35 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp92 auto const numArgs = protoReader_.GetMethod()->GetNumArgs() - !IS_STATIC; in ConvertArgs() local
189 auto const numArgs = method->GetNumArgs() - (IS_STATIC ? 0 : 1); in HandleImpl() local

12345678