Home
last modified time | relevance | path

Searched refs:StObjByIndex (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h67 V(StObjByIndex) \
H A Daccess_object_stub_builder.h74 GateRef StObjByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value);
H A Daccess_object_stub_builder.cpp754 GateRef AccessObjectStubBuilder::StObjByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value) in StObjByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
771 result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), {receiver, IntToTaggedInt(index), value}); in StObjByIndex()
H A Dcall_signature.h404 V(StObjByIndex) \
H A Dcommon_stubs.cpp632 Return(builder.StObjByIndex(glue, receiver, index, value)); in GenerateCircuit()
H A Dcall_signature.cpp590 DEF_CALL_SIGNATURE(StObjByIndex) in DEF_CALL_SIGNATURE()
593 CallSignature signature("StObjByIndex", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
H A Dinterpreter_stub.cpp1924 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in DECLARE_ASM_HANDLER()
1950 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in DECLARE_ASM_HANDLER()
1975 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp2482 result = builder_.CallStub(glue_, gate, CommonStubCSigns::StObjByIndex, in LowerStObjByIndex()
H A Dstub_builder.cpp5864 result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in FastSetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h300 V(StObjByIndex) \
H A Druntime_stubs.cpp1382 DEF_RUNTIME_STUBS(StObjByIndex) in DEF_RUNTIME_STUBS()
1384 RUNTIME_STUBS_HEADER(StObjByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h133 static JSTaggedValue StObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTaggedValue value);
H A Dslow_runtime_stub.cpp798 JSTaggedValue SlowRuntimeStub::StObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTaggedValue value) in StObjByIndex() function in panda::ecmascript::SlowRuntimeStub
800 INTERPRETER_TRACE(thread, StObjByIndex); in StObjByIndex()
H A Dinterpreter-inl.cpp5714 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in RunInternal()
5743 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in RunInternal()
5772 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in RunInternal()
H A Dinterpreter_assembly.cpp2244 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value);
3219 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value);
3462 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h67 V(StObjByIndex) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2527 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in GenerateCircuit()
2556 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in GenerateCircuit()
4352 GateRef result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in GenerateCircuit()

Completed in 90 milliseconds