| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3720 GateRef actualNumArgs = ZExtInt16ToInt32(range); in DECLARE_ASM_HANDLER() local 4500 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local 4513 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local 4526 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local 4541 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local 4556 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local 4573 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local 4590 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local 4609 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local 4628 GateRef actualNumArgs = ZExtInt8ToInt32(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local [all …]
|
| D | bytecodes.cpp | 938 uint32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local 947 uint32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local 994 int32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local 1002 int32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
|
| D | bytecode_circuit_builder.cpp | 699 const size_t actualNumArgs = argAcc_.GetActualNumArgs(); in BuildCircuitArgs() local 706 …size_t actualNumArgs = static_cast<size_t>(FastCallArgIdx::NUM_OF_ARGS) + method_->GetNumArgsWithC… in BuildCircuitArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 322 GateRef actualNumArgs = Int32(ActualNumArgsOfCall::CALLARG1); in GenerateCircuit() local 759 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG0); in GenerateCircuit() local 821 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG1); in GenerateCircuit() local 854 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS2); in GenerateCircuit() local 1348 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS3); in GenerateCircuit() local 1377 …GateRef actualNumArgs = Int32Argument(PARAM_INDEX(BaselineCallthisrangeImm8Imm8V8, ACTUAL_NUM_ARGS… in GenerateCircuit() local 1415 GateRef actualNumArgs = ZExtInt16ToInt32(range); in GenerateCircuit() local 1631 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG0); in GenerateCircuit() local 1772 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS2); in GenerateCircuit() local 1804 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS3); in GenerateCircuit() local [all …]
|
| D | baseline_compiler.cpp | 4030 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4052 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4877 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 89 Register actualNumArgs(X1); in OptimizedFastCallAndPushArgv() local 255 Register actualNumArgs(X3); in JSFastCallWithArgV() local
|
| D | optimized_call.cpp | 202 Register actualNumArgs(X2); in OptimizedCallAndPushArgv() local 1099 …::PopJSFunctionArgs(ExtendedAssembler *assembler, Register expectedNumArgs, Register actualNumArgs) in PopJSFunctionArgs() 1276 Register actualNumArgs(X1); in GenJSCallWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 377 int32_t actualNumArgs = 0; in CollectVirtualRegisters() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 618 size_t actualNumArgs = method->GetNumArgs(); in InvokeOptimizedEntrypoint() local 649 size_t actualNumArgs = method->GetNumArgs(); in GetArgsData() local
|
| D | ecma_vm.cpp | 733 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *pre… in FastCallAot() 1929 JSTaggedValue EcmaVM::ExecuteAot(size_t actualNumArgs, JSTaggedType *args, in ExecuteAot()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 238 Register actualNumArgs(r12); in JSFastCallWithArgV() local
|
| D | optimized_call.cpp | 1139 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV() 1286 Register actualNumArgs(rsi); in GenJSCallWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 707 size_t actualNumArgs = 0; in VisitRuntimeCall() local 933 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, GateRef &frameState, in ComputeArgCountAndExtraInfo() 1128 size_t actualNumArgs = 0; in VisitCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1465 size_t actualNumArgs = hasFrameState ? (inList.size() - 1) : inList.size(); // 1: frameState in VisitRuntimeCall() local 1700 size_t actualNumArgs = hasFrameState ? (inList.size() - 1) : inList.size(); // 1: frameState in VisitCall() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 672 int32_t actualNumArgs = static_cast<int32_t>(info->GetArgsNumber()); in Execute() local 1225 int32_t actualNumArgs; in RunInternal() local 1667 uint32_t actualNumArgs = GetNumArgs(thread, sp, 0, startIdx); in RunInternal() local
|
| D | slow_runtime_stub.cpp | 739 …edValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs()
|
| D | interpreter_assembly.cpp | 698 uint32_t actualNumArgs = GetNumArgs(thread, sp, 0, startIdx); in HandleGetunmappedargs() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2229 …lue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in RuntimeGetUnmapedArgs() 2858 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
|
| D | runtime_stubs.cpp | 2529 uint32_t actualNumArgs = InterpreterAssembly::GetNumArgs(thread, sp, 0, startIdx); in DEF_RUNTIME_STUBS() local 2865 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|