| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 39 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/ |
| D | containers_arraylist_stub_builder.cpp | 24 void ContainersArrayListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Vari… in ForEach() 32 …ontainersArrayListStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numArgs, in ReplaceAllElements()
|
| D | containers_vector_stub_builder.cpp | 24 void ContainersVectorStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variabl… in ForEach() 32 …d ContainersVectorStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numArgs, in ReplaceAllElements()
|
| D | builtins_collection_stub_builder.h | 27 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionStubBuilder() 30 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionStubBuilder()
|
| D | containers_linkedlist_stub_builder.cpp | 24 void ContainersLinkedListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
|
| D | containers_lightweightmap_stub_builder.cpp | 24 void ContainersLightWeightMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
|
| D | containers_lightweightset_stub_builder.cpp | 24 void ContainersLightWeightSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
|
| D | containers_list_stub_builder.cpp | 24 void ContainersListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable … in ForEach()
|
| D | containers_plainarray_stub_builder.cpp | 24 void ContainersPlainArrayStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
|
| D | containers_stack_stub_builder.cpp | 24 void ContainersStackStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable… in ForEach()
|
| D | containers_hashmap_stub_builder.cpp | 24 void ContainersHashMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
|
| D | containers_hashset_stub_builder.cpp | 24 void ContainersHashSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
|
| D | builtins_array_stub_builder.cpp | 45 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 …]
|
| D | builtins_number_stub_builder.h | 25 …insNumberStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsNumberStubBuilder()
|
| D | builtins_reflect_stub_builder.h | 25 …nsReflectStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsReflectStubBuilder()
|
| D | builtins_object_stub_builder.h | 25 …insObjectStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef numArgs, in BuiltinsObjectStubBuilder()
|
| D | builtins_typedarray_stub_builder.cpp | 453 …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 …]
|
| D | containers_stub_builder.cpp | 23 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()
|
| D | builtins_collection_iterator_stub_builder.h | 31 GateRef numArgs, GateRef globalEnv) in BuiltinsCollectionIteratorStubBuilder()
|
| D | builtins_string_stub_builder.cpp | 28 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 …]
|
| D | builtins_array_stub_builder_next_optimization.cpp | 29 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/ |
| D | method-inl.h | 114 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/ |
| D | builtinsarraybufferisview_fuzzer.cpp | 35 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/ |
| D | builtinsarraybufferarraybufferconstructor_fuzzer.cpp | 35 …untimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_ets.cpp | 92 auto const numArgs = protoReader_.GetMethod()->GetNumArgs() - !IS_STATIC; in ConvertArgs() local 189 auto const numArgs = method->GetNumArgs() - (IS_STATIC ? 0 : 1); in HandleImpl() local
|