/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 67 V(StObjByIndex) \
|
H A D | access_object_stub_builder.h | 74 GateRef StObjByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value);
|
H A D | access_object_stub_builder.cpp | 754 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 D | call_signature.h | 404 V(StObjByIndex) \
|
H A D | common_stubs.cpp | 632 Return(builder.StObjByIndex(glue, receiver, index, value)); in GenerateCircuit()
|
H A D | call_signature.cpp | 590 DEF_CALL_SIGNATURE(StObjByIndex) in DEF_CALL_SIGNATURE() 593 CallSignature signature("StObjByIndex", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
|
H A D | interpreter_stub.cpp | 1924 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 D | slowpath_lowering.cpp | 2482 result = builder_.CallStub(glue_, gate, CommonStubCSigns::StObjByIndex, in LowerStObjByIndex()
|
H A D | stub_builder.cpp | 5864 result = CallRuntime(glue, RTSTUB_ID(StObjByIndex), in FastSetPropertyByIndex()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 300 V(StObjByIndex) \
|
H A D | runtime_stubs.cpp | 1382 DEF_RUNTIME_STUBS(StObjByIndex) in DEF_RUNTIME_STUBS() 1384 RUNTIME_STUBS_HEADER(StObjByIndex); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 133 static JSTaggedValue StObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 798 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 D | interpreter-inl.cpp | 5714 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 D | interpreter_assembly.cpp | 2244 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 D | runtime_call_id.h | 67 V(StObjByIndex) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2527 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()
|