Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp331 uint32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
340 uint32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
382 int32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
390 int32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp3531 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
3540 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
3551 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
3563 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
3576 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
3590 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
3605 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
3621 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
3638 GateRef actualNumArgs = ZExtInt8ToInt32(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local
3650 GateRef actualNumArgs = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER() local
[all …]
Dbytecode_circuit_builder.cpp532 const size_t actualNumArgs = argAcc_.GetActualNumArgs(); in BuildCircuitArgs() local
Dllvm_ir_builder.cpp683 void LLVMIRBuilder::ComputeArgCountAndBCOffset(size_t &actualNumArgs, LLVMValueRef &bcOffset, in ComputeArgCountAndBCOffset()
761 size_t actualNumArgs = 0; in VisitCall() local
Dstub_builder.cpp4503 GateRef StubBuilder::JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jump… in JSCallDispatch()
4845GateRef actualNumArgs, GateRef callField, GateRef method, Label* notFastBuiltins, Label* exit, Var… in CallFastPath()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp222 int32_t actualNumArgs = static_cast<int32_t>(frameArgc_) - NUM_MANDATORY_JSFUNC_ARGS; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp432 size_t actualNumArgs = method->GetNumArgs(); in InvokeEcmaAotEntrypoint() local
447 JSTaggedValue EcmaVM::ExecuteAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prev… in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp205 Register actualNumArgs(X2); in OptimizedCallOptimized() local
859 …::PopJSFunctionArgs(ExtendedAssembler *assembler, Register expectedNumArgs, Register actualNumArgs) in PopJSFunctionArgs()
1040 Register actualNumArgs(X1); in GenJSCallWithArgV() local
1099 Register actualNumArgs(X1); in ConstructorJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1162 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV()
1312 Register actualNumArgs(rsi); in GenJSCallWithArgV() local
1368 Register actualNumArgs(rsi); in ConstructorJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1518 uint32_t actualNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); in DEF_RUNTIME_STUBS() local
1767 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h1737 …lue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in RuntimeGetUnmapedArgs()
2130 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h637 int32_t actualNumArgs = static_cast<int32_t>(info->GetArgsNumber()); in Execute() local
1071 int32_t actualNumArgs; in RunInternal() local
1500 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in RunInternal() local
Dslow_runtime_stub.cpp743 …edValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs()
Dinterpreter_assembly.cpp614 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in HandleGetunmappedargs() local