Searched defs:actualArgc (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 264 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 …]
|
| D | ts_inline_lowering.cpp | 207 size_t actualArgc = numIns + NUM_MANDATORY_JSFUNC_ARGS - fixedInputsNum; in ReplaceCallInput() local
|
| D | ts_type_lowering.cpp | 984 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
|
| D | common_stubs.cpp | 271 GateRef actualArgc = Int32Sub(numArgs, Int32(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
|
| D | llvm_ir_builder.cpp | 2062 LLVMTypeRef actualArgc = NewLType(MachineType::I64, GateType::NJSValue()); in AddFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2198 JSTaggedValue RuntimeStubs::RuntimeOptCopyRestArgs(JSThread *thread, uint32_t actualArgc, uint32_t … in RuntimeOptCopyRestArgs()
|
| D | runtime_stubs.cpp | 1788 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|