Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp264 GateRef actualArgc = argAcc_.GetCommonArgGate(CommonArgIdx::ACTUAL_ARGC); in Lower() local
1028 GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::CALLARG0_IMM8)); in LowerCallArg0() local
1044 …GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::CALLTHISRANGE_IMM8_IMM8_V8)); in LowerCallthisrangeImm8Imm8V8() local
1071 …GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::WIDE_CALLTHISRANGE_PREF_IMM1… in LowerWideCallthisrangePrefImm16V8() local
1102 GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::CALLRANGE_IMM8_IMM8_V8)); in LowerCallrangeImm8Imm8V8() local
2144 … GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::NEWOBJRANGE_IMM8_IMM8_V8)); in LowerNewObjRange() local
3419 void SlowPathLowering::LowerGetUnmappedArgs(GateRef gate, GateRef actualArgc) in LowerGetUnmappedArgs()
3426 void SlowPathLowering::LowerCopyRestArgs(GateRef gate, GateRef actualArgc) in LowerCopyRestArgs()
3488 GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::CALLTHIS0_IMM8_V8)); in LowerCallthis0Imm8V8() local
3501 GateRef actualArgc = builder_.Int64(ComputeCallArgc(gate, EcmaOpcode::CALLARG1_IMM8_V8)); in LowerCallArg1Imm8V8() local
[all …]
Dts_inline_lowering.cpp207 size_t actualArgc = numIns + NUM_MANDATORY_JSFUNC_ARGS - fixedInputsNum; in ReplaceCallInput() local
Dts_type_lowering.cpp984 GateRef actualArgc = builder_.Int64(range + 2); // 2:newTaget, this in LowerTypedNewObjRange() local
1019 GateRef actualArgc = builder_.Int64(range + 3); // 3: ctor, newTaget, this in LowerTypedSuperCall() local
Dcommon_stubs.cpp271 GateRef actualArgc = Int32Sub(numArgs, Int32(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
Dllvm_ir_builder.cpp2062 LLVMTypeRef actualArgc = NewLType(MachineType::I64, GateType::NJSValue()); in AddFunc() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2198 JSTaggedValue RuntimeStubs::RuntimeOptCopyRestArgs(JSThread *thread, uint32_t actualArgc, uint32_t … in RuntimeOptCopyRestArgs()
Druntime_stubs.cpp1788 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local