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 | 955 JSTaggedValue SlowRuntimeStub::StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue ind… in StArraySpread() function in panda::ecmascript::SlowRuntimeStub 958 INTERPRETER_TRACE(thread, StArraySpread); in StArraySpread()
|
| D | interpreter-inl.h | 3069 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in RunInternal()
|
| D | interpreter_assembly.cpp | 2810 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in HandleStarrayspreadV8V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 187 V(StArraySpread) \
|
| D | runtime_stubs.cpp | 693 DEF_RUNTIME_STUBS(StArraySpread) in DEF_RUNTIME_STUBS() argument 695 RUNTIME_STUBS_HEADER(StArraySpread); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 125 V(StArraySpread) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2336 const int id = RTSTUB_ID(StArraySpread); in LowerStArraySpread()
|
| D | interpreter_stub.cpp | 1278 GateRef result = CallRuntime(glue, RTSTUB_ID(StArraySpread), { dst, index, acc }); // acc is res in DECLARE_ASM_HANDLER()
|