| /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) : BuiltinsStubBuilder(parent), glue_(glue), thisValue_(thisValue), numArgs_(numAr… in BuiltinsCollectionStubBuilder() 29 …GateRef numArgs) : BuiltinsStubBuilder(parent), glue_(glue), thisValue_(thisValue), numArgs_(numAr… in BuiltinsCollectionStubBuilder()
|
| D | containers_hashmap_stub_builder.cpp | 24 void ContainersHashMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
|
| D | containers_linkedlist_stub_builder.cpp | 24 void ContainersLinkedListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
|
| D | containers_plainarray_stub_builder.cpp | 24 void ContainersPlainArrayStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
|
| D | containers_list_stub_builder.cpp | 24 void ContainersListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable … in ForEach()
|
| D | containers_hashset_stub_builder.cpp | 24 void ContainersHashSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… 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_stack_stub_builder.cpp | 24 void ContainersStackStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable… in ForEach()
|
| 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_array_stub_builder.cpp | 44 void BuiltinsArrayStubBuilder::With(GateRef glue, GateRef thisValue, GateRef numArgs, in With() 168 void BuiltinsArrayStubBuilder::Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, in Unshift() 309 [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in Shift() 425 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat() 565 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter() 778 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map() 891 …uiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in ForEach() 1042 [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) in ArrayIteratorNext() 1195 …uiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf() 1224 …insArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf() [all …]
|
| D | builtins_object_stub_builder.h | 25 …insObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsObjectStubBuilder()
|
| D | builtins_typedarray_stub_builder.cpp | 440 …nsTypedArrayStubBuilder::Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, in Reverse() 471 void BuiltinsTypedArrayStubBuilder::LastIndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf() 580 void BuiltinsTypedArrayStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf() 679 void BuiltinsTypedArrayStubBuilder::Find(GateRef glue, GateRef thisValue, GateRef numArgs, in Find() 756 void BuiltinsTypedArrayStubBuilder::Includes(GateRef glue, GateRef thisValue, GateRef numArgs, in Includes() 847 void BuiltinsTypedArrayStubBuilder::CopyWithin(GateRef glue, GateRef thisValue, GateRef numArgs, in CopyWithin() 980 void BuiltinsTypedArrayStubBuilder::ReduceRight(GateRef glue, GateRef thisValue, GateRef numArgs, in ReduceRight() 1088 void BuiltinsTypedArrayStubBuilder::Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, in Reduce() 1197 void BuiltinsTypedArrayStubBuilder::Every(GateRef glue, GateRef thisValue, GateRef numArgs, in Every() 1281 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) : BuiltinsStubBuilder(parent), glue_(glue), thisValue_(thisValue), numArgs_(numAr… in BuiltinsCollectionIteratorStubBuilder()
|
| /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/containersprivatecommon_fuzzer/ |
| D | containersprivatecommon_fuzzer.h | 38 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
|
| /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/ |
| D | ets_interop_runtime_interface-inl.h | 60 uint32_t numArgs = method->GetNumArgs() - skipArgs; in GetInfoForInteropCallArgsConversion() local
|
| D | ets_type_visitor-inl.h | 165 auto numArgs = method_->GetNumArgs() - excludeThis; in VisitMethod() local 178 auto numArgs = method_->GetNumArgs() - excludeThis; in VisitArgs() local
|