Searched refs:StArraySpread (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 143 …static JSTaggedValue StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue index, JSTag…
|
| D | slow_runtime_stub.cpp | 957 JSTaggedValue SlowRuntimeStub::StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue ind… in StArraySpread() function in panda::ecmascript::SlowRuntimeStub 960 INTERPRETER_TRACE(thread, StArraySpread); in StArraySpread()
|
| D | interpreter-inl.h | 3119 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in RunInternal()
|
| D | interpreter_assembly.cpp | 2847 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in HandleStarrayspreadV8V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 228 V(StArraySpread) \
|
| D | runtime_stubs.cpp | 1056 DEF_RUNTIME_STUBS(StArraySpread) in DEF_RUNTIME_STUBS() argument 1058 RUNTIME_STUBS_HEADER(StArraySpread); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 134 V(StArraySpread) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2267 const int id = RTSTUB_ID(StArraySpread); in LowerStArraySpread()
|
| D | interpreter_stub.cpp | 1493 GateRef result = CallRuntime(glue, RTSTUB_ID(StArraySpread), { dst, index, acc }); // acc is res in DECLARE_ASM_HANDLER()
|