Searched refs:GetCallSpreadArgs (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 86 V(GetCallSpreadArgs) \
|
H A D | call_signature.h | 426 V(GetCallSpreadArgs) \
|
H A D | common_stubs.cpp | 432 Return(GetCallSpreadArgs(glue, array, ProfileOperation())); in GenerateCircuit()
|
H A D | call_signature.cpp | 985 DEF_CALL_SIGNATURE(GetCallSpreadArgs) in DEF_CALL_SIGNATURE() 988 CallSignature signature("GetCallSpreadArgs", 0, 2, in DEF_CALL_SIGNATURE()
|
H A D | stub_builder.h | 959 GateRef GetCallSpreadArgs(GateRef glue, GateRef array, ProfileOperation callBack);
|
H A D | stub_builder.cpp | 9122 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 D | slowpath_lowering.cpp | 1849 srcElements = builder_.CallStub(glue_, gate, CommonStubCSigns::GetCallSpreadArgs, {glue_, array}); in LowerFastSuperCallWithArgArray()
|
H A D | interpreter_stub.cpp | 1561 GateRef srcElements = GetCallSpreadArgs(glue, array, callback);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 282 V(GetCallSpreadArgs) \
|
H A D | runtime_stubs.cpp | 1118 DEF_RUNTIME_STUBS(GetCallSpreadArgs) in DEF_RUNTIME_STUBS() 1120 RUNTIME_STUBS_HEADER(GetCallSpreadArgs); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 213 static JSTaggedValue GetCallSpreadArgs(JSThread *thread, JSTaggedValue array);
|
H A D | slow_runtime_stub.cpp | 1081 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 D | runtime_call_id.h | 137 V(GetCallSpreadArgs) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1694 GateRef srcElements = GetCallSpreadArgs(glue, array, callback); in GenerateCircuit()
|
Completed in 73 milliseconds