Home
last modified time | relevance | path

Searched defs:actualArgc (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp96 uint32_t actualArgc = info->GetArgsNumber(); in ReBuildRuntimeCallInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp972 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallArg0() local
986 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallthisrangeImm8Imm8V8() local
1011 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerWideCallthisrangePrefImm16V8() local
1045 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallrangeImm8Imm8V8() local
1753 … GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerNewObjRange() local
2667 GateRef actualArgc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::ACTUAL_ARGC); in LowerGetUnmappedArgs() local
2675 GateRef actualArgc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::ACTUAL_ARGC); in LowerCopyRestArgs() local
2743 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallthis0Imm8V8() local
2755 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallArg1Imm8V8() local
2772 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerWideCallrangePrefImm16V8() local
[all …]
Dtyped_bytecode_lowering.cpp1233 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(range, in LowerTypedNewObjRange() local
1292 GateRef actualArgc = builder_.Int64(range + 3); // 3: ctor, newTaget, this in LowerTypedSuperCall() local
1456 GateRef actualArgc = Circuit::NullGate(); in LowerTypedCall() local
1578 GateRef actualArgc = Circuit::NullGate(); in LowerTypedThisCall() local
Dts_inline_lowering.cpp285 size_t actualArgc = numIns + NUM_MANDATORY_JSFUNC_ARGS - fixedInputsNum; in ReplaceCallInput() local
309 size_t actualArgc = 0; in ReplaceAccessorInput() local
Dcommon_stubs.cpp305 GateRef actualArgc = Int32Sub(numArgs, Int32(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
802 GateRef actualArgc = Int64Sub(argc, IntPtr(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
897 GateRef actualArgc = Int64Sub(argc, IntPtr(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
Dllvm_ir_builder.cpp2578 GateRef actualArgc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::ACTUAL_ARGC); in VisitDeoptCheck() local
2755 LLVMTypeRef actualArgc = NewLType(MachineType::I64, GateType::NJSValue()); in AddFunc() local
Dlitecg_ir_builder.cpp2202 GateRef actualArgc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::ACTUAL_ARGC); in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2529 JSTaggedValue RuntimeStubs::RuntimeOptCopyRestArgs(JSThread *thread, uint32_t actualArgc, uint32_t … in RuntimeOptCopyRestArgs()
Druntime_stubs.cpp2431 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local