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.cpp955 JSTaggedValue SlowRuntimeStub::StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue ind… in StArraySpread() function in panda::ecmascript::SlowRuntimeStub
958 INTERPRETER_TRACE(thread, StArraySpread); in StArraySpread()
Dinterpreter-inl.h3069 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in RunInternal()
Dinterpreter_assembly.cpp2810 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in HandleStarrayspreadV8V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h187 V(StArraySpread) \
Druntime_stubs.cpp693 DEF_RUNTIME_STUBS(StArraySpread) in DEF_RUNTIME_STUBS() argument
695 RUNTIME_STUBS_HEADER(StArraySpread); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h125 V(StArraySpread) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2336 const int id = RTSTUB_ID(StArraySpread); in LowerStArraySpread()
Dinterpreter_stub.cpp1278 GateRef result = CallRuntime(glue, RTSTUB_ID(StArraySpread), { dst, index, acc }); // acc is res in DECLARE_ASM_HANDLER()