Home
last modified time | relevance | path

Searched defs:callArgs (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h96 CallArgs callArgs; member
112 CallStubBuilder(StubBuilder *parent, GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, Variable *result, GateRef hotnessCounter, JSCallArgs callArgs, ProfileOperation callback = ProfileOperation(), bool checkIsCallable = true, GateRef hir = Circuit::NullGate()) CallStubBuilder() argument
H A Dslowpath_lowering.cpp1897 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgV), gate, superFunc, result, callArgs); in LowerFastSuperCall() local
1900 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgVAndPushArgv), gate, superFunc, result, callArgs); in LowerFastSuperCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp786 JSCallArgs callArgs = (JSCallMode::CALL_THIS_ARG3_WITH_RETURN); in Map() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1901 auto callArgs = CreateAllocaForArgs(builder_.getInt64Ty(), callArgsCount); in CreateLaunchArgsArray() local
1930 auto callArgs = CreateLaunchArgsArray(callInst, argStart); in CreateLaunchCall() local
1950 auto callArgs = CreateLaunchArgsArray(callInst, 2U); in CreateLaunchCall() local

Completed in 26 milliseconds