Home
last modified time | relevance | path

Searched defs:actualNumArgs (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3720 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 …]
Dbytecodes.cpp938 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
Dbytecode_circuit_builder.cpp699 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/
Dbaseline_stubs.cpp322 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 …]
Dbaseline_compiler.cpp4030 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/
Doptimized_fast_call.cpp89 Register actualNumArgs(X1); in OptimizedFastCallAndPushArgv() local
255 Register actualNumArgs(X3); in JSFastCallWithArgV() local
Doptimized_call.cpp202 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/
Ddeoptimizer.cpp377 int32_t actualNumArgs = 0; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp618 size_t actualNumArgs = method->GetNumArgs(); in InvokeOptimizedEntrypoint() local
649 size_t actualNumArgs = method->GetNumArgs(); in GetArgsData() local
Decma_vm.cpp733 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/
Doptimized_fast_call.cpp238 Register actualNumArgs(r12); in JSFastCallWithArgV() local
Doptimized_call.cpp1139 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV()
1286 Register actualNumArgs(rsi); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp707 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/
Dlitecg_ir_builder.cpp1465 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/
Dinterpreter-inl.cpp672 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
Dslow_runtime_stub.cpp739 …edValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs()
Dinterpreter_assembly.cpp698 uint32_t actualNumArgs = GetNumArgs(thread, sp, 0, startIdx); in HandleGetunmappedargs() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2229 …lue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in RuntimeGetUnmapedArgs()
2858 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
Druntime_stubs.cpp2529 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