Home
last modified time | relevance | path

Searched refs:GetCallSpreadArgs (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h86 V(GetCallSpreadArgs) \
H A Dcall_signature.h426 V(GetCallSpreadArgs) \
H A Dcommon_stubs.cpp432 Return(GetCallSpreadArgs(glue, array, ProfileOperation())); in GenerateCircuit()
H A Dcall_signature.cpp985 DEF_CALL_SIGNATURE(GetCallSpreadArgs) in DEF_CALL_SIGNATURE()
988 CallSignature signature("GetCallSpreadArgs", 0, 2, in DEF_CALL_SIGNATURE()
H A Dstub_builder.h959 GateRef GetCallSpreadArgs(GateRef glue, GateRef array, ProfileOperation callBack);
H A Dstub_builder.cpp9122 GateRef StubBuilder::GetCallSpreadArgs(GateRef glue, GateRef array, ProfileOperation callBack) in GetCallSpreadArgs() function in panda::ecmascript::kungfu::StubBuilder
9155 result = CallRuntime(glue, RTSTUB_ID(GetCallSpreadArgs), { array }); in GetCallSpreadArgs()
H A Dslowpath_lowering.cpp1849 srcElements = builder_.CallStub(glue_, gate, CommonStubCSigns::GetCallSpreadArgs, {glue_, array}); in LowerFastSuperCallWithArgArray()
H A Dinterpreter_stub.cpp1561 GateRef srcElements = GetCallSpreadArgs(glue, array, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h282 V(GetCallSpreadArgs) \
H A Druntime_stubs.cpp1118 DEF_RUNTIME_STUBS(GetCallSpreadArgs) in DEF_RUNTIME_STUBS()
1120 RUNTIME_STUBS_HEADER(GetCallSpreadArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h213 static JSTaggedValue GetCallSpreadArgs(JSThread *thread, JSTaggedValue array);
H A Dslow_runtime_stub.cpp1081 JSTaggedValue SlowRuntimeStub::GetCallSpreadArgs(JSThread *thread, JSTaggedValue array) in GetCallSpreadArgs() function in panda::ecmascript::SlowRuntimeStub
1083 INTERPRETER_TRACE(thread, GetCallSpreadArgs); in GetCallSpreadArgs()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h137 V(GetCallSpreadArgs) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1694 GateRef srcElements = GetCallSpreadArgs(glue, array, callback); in GenerateCircuit()

Completed in 73 milliseconds