Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp661 uint32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
670 uint32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
717 int32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
725 int32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp3566 GateRef actualNumArgs = ZExtInt16ToInt32(range); in DECLARE_ASM_HANDLER() local
4271 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
4284 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
4297 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
4312 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
4327 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
4344 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
4361 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
4380 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
4399 GateRef actualNumArgs = ZExtInt8ToInt32(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local
[all …]
Dbytecode_circuit_builder.cpp620 const size_t actualNumArgs = argAcc_.GetActualNumArgs(); in BuildCircuitArgs() local
627 …size_t actualNumArgs = static_cast<size_t>(FastCallArgIdx::NUM_OF_ARGS) + method_->GetNumArgsWithC… in BuildCircuitArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp323 GateRef actualNumArgs = Int32(ActualNumArgsOfCall::CALLARG1); in GenerateCircuit() local
758 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG0); in GenerateCircuit() local
820 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG1); in GenerateCircuit() local
853 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS2); in GenerateCircuit() local
1339 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS3); in GenerateCircuit() local
1368 …GateRef actualNumArgs = Int32Argument(PARAM_INDEX(BaselineCallthisrangeImm8Imm8V8, ACTUAL_NUM_ARGS… in GenerateCircuit() local
1406 GateRef actualNumArgs = ZExtInt16ToInt32(range); in GenerateCircuit() local
1620 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARG0); in GenerateCircuit() local
1747 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS2); in GenerateCircuit() local
1779 GateRef actualNumArgs = Int32(EcmaInterpreter::ActualNumArgsOfCall::CALLARGS3); in GenerateCircuit() local
[all …]
Dbaseline_compiler.cpp3993 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4015 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4839 uint16_t actualNumArgs = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp99 Register actualNumArgs(X1); in OptimizedFastCallAndPushArgv() local
265 Register actualNumArgs(X3); in JSFastCallWithArgV() local
Doptimized_call.cpp211 Register actualNumArgs(X2); in OptimizedCallAndPushArgv() local
1102 …::PopJSFunctionArgs(ExtendedAssembler *assembler, Register expectedNumArgs, Register actualNumArgs) in PopJSFunctionArgs()
1279 Register actualNumArgs(X1); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp344 int32_t actualNumArgs = 0; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp519 size_t actualNumArgs = method->GetNumArgs(); in InvokeOptimizedEntrypoint() local
550 size_t actualNumArgs = method->GetNumArgs(); in GetArgsData() local
Decma_vm.cpp492 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *pre… in FastCallAot()
Decma_context.cpp285 JSTaggedValue EcmaContext::ExecuteAot(size_t actualNumArgs, JSTaggedType *args, in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp248 Register actualNumArgs(r12); in JSFastCallWithArgV() local
Doptimized_call.cpp1143 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV()
1290 Register actualNumArgs(rsi); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp654 size_t actualNumArgs = 0; in VisitRuntimeCall() local
858 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, LLVMValueRef &pcOffset, Gate… in ComputeArgCountAndExtraInfo()
1036 size_t actualNumArgs = 0; in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2150 …lue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in RuntimeGetUnmapedArgs()
2679 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
Druntime_stubs.cpp2385 uint32_t actualNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); in DEF_RUNTIME_STUBS() local
2716 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1298 …size_t actualNumArgs = hasPCOffset ? (inList.size() - 2) : inList.size(); // 2: pcOffset and fram… in VisitRuntimeCall() local
1527 …size_t actualNumArgs = hasPCOffset ? (inList.size() - 2) : inList.size(); // 2: pcOffset and fram… in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp666 int32_t actualNumArgs = static_cast<int32_t>(info->GetArgsNumber()); in Execute() local
1209 int32_t actualNumArgs; in RunInternal() local
1651 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in RunInternal() local
Dslow_runtime_stub.cpp739 …edValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs()
Dinterpreter_assembly.cpp658 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in HandleGetunmappedargs() local