Home
last modified time | relevance | path

Searched refs:StArraySpread (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h143 …static JSTaggedValue StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue index, JSTag…
Dslow_runtime_stub.cpp957 JSTaggedValue SlowRuntimeStub::StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue ind… in StArraySpread() function in panda::ecmascript::SlowRuntimeStub
960 INTERPRETER_TRACE(thread, StArraySpread); in StArraySpread()
Dinterpreter-inl.h3119 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in RunInternal()
Dinterpreter_assembly.cpp2847 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in HandleStarrayspreadV8V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h228 V(StArraySpread) \
Druntime_stubs.cpp1056 DEF_RUNTIME_STUBS(StArraySpread) in DEF_RUNTIME_STUBS() argument
1058 RUNTIME_STUBS_HEADER(StArraySpread); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h134 V(StArraySpread) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2267 const int id = RTSTUB_ID(StArraySpread); in LowerStArraySpread()
Dinterpreter_stub.cpp1493 GateRef result = CallRuntime(glue, RTSTUB_ID(StArraySpread), { dst, index, acc }); // acc is res in DECLARE_ASM_HANDLER()