Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp527 uint32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
536 uint32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
578 int32_t actualNumArgs = READ_INST_8_1(); in InitBytecodeInfo() local
586 int32_t actualNumArgs = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp3570 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
3580 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0); in DECLARE_ASM_HANDLER() local
3591 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
3603 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1); in DECLARE_ASM_HANDLER() local
3616 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
3630 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2); in DECLARE_ASM_HANDLER() local
3645 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
3661 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3); in DECLARE_ASM_HANDLER() local
3678 GateRef actualNumArgs = ZExtInt8ToInt32(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local
3690 GateRef actualNumArgs = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER() local
[all …]
Dbytecode_circuit_builder.cpp519 const size_t actualNumArgs = argAcc_.GetActualNumArgs(); in BuildCircuitArgs() local
526 …size_t actualNumArgs = static_cast<size_t>(FastCallArgIdx::NUM_OF_ARGS) + method_->GetNumArgsWithC… in BuildCircuitArgs() local
Dllvm_ir_builder.cpp568 size_t actualNumArgs = 0; in VisitRuntimeCall() local
755 void LLVMIRBuilder::ComputeArgCountAndPCOffset(size_t &actualNumArgs, LLVMValueRef &pcOffset, in ComputeArgCountAndPCOffset()
877 size_t actualNumArgs = 0; in VisitCall() local
Dstub_builder.cpp5141 GateRef StubBuilder::JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jump… in JSCallDispatch()
5744GateRef actualNumArgs, GateRef callField, GateRef method, Label* notFastBuiltins, Label* exit, Var… in CallFastPath()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp333 size_t actualNumArgs = method->GetNumArgs(); in InvokeOptimizedEntrypoint() local
366 size_t actualNumArgs = method->GetNumArgs(); in GetArgsData() local
Decma_vm.cpp318 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *pre… in FastCallAot()
Decma_context.cpp226 JSTaggedValue EcmaContext::ExecuteAot(size_t actualNumArgs, JSTaggedType *args, in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp325 int32_t actualNumArgs = 0; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp100 Register actualNumArgs(X1); in OptimizedFastCallAndPushUndefined() local
252 Register actualNumArgs(X3); in JSFastCallWithArgV() local
Doptimized_call.cpp207 Register actualNumArgs(X2); in OptimizedCallAndPushUndefined() local
782 …::PopJSFunctionArgs(ExtendedAssembler *assembler, Register expectedNumArgs, Register actualNumArgs) in PopJSFunctionArgs()
959 Register actualNumArgs(X1); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp230 Register actualNumArgs(r12); in JSFastCallWithArgV() local
Doptimized_call.cpp824 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV()
971 Register actualNumArgs(rsi); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1812 …lue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in RuntimeGetUnmapedArgs()
2195 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
Druntime_stubs.cpp1590 uint32_t actualNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); in DEF_RUNTIME_STUBS() local
1839 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h649 int32_t actualNumArgs = static_cast<int32_t>(info->GetArgsNumber()); in Execute() local
1158 int32_t actualNumArgs; in RunInternal() local
1590 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in RunInternal() local
Dslow_runtime_stub.cpp756 …edValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs()
Dinterpreter_assembly.cpp633 uint32_t actualNumArgs = GetNumArgs(sp, 0, startIdx); in HandleGetunmappedargs() local