/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 65 V(LdObjByIndex) \
|
H A D | access_object_stub_builder.h | 75 GateRef LdObjByIndex(GateRef glue, GateRef receiver, GateRef index);
|
H A D | access_object_stub_builder.cpp | 780 GateRef AccessObjectStubBuilder::LdObjByIndex(GateRef glue, GateRef receiver, GateRef index) in LdObjByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder 799 varAcc = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), args); in LdObjByIndex()
|
H A D | call_signature.h | 405 V(LdObjByIndex) \
|
H A D | common_stubs.cpp | 622 Return(builder.LdObjByIndex(glue, receiver, index)); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 3753 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex),
in DECLARE_ASM_HANDLER() 3778 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex),
in DECLARE_ASM_HANDLER() 3803 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex),
in DECLARE_ASM_HANDLER() 3829 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex),
in DECLARE_ASM_HANDLER()
|
H A D | call_signature.cpp | 606 DEF_CALL_SIGNATURE(LdObjByIndex) in DEF_CALL_SIGNATURE() 609 CallSignature signature("LdObjByIndex", 0, 3, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
|
H A D | slowpath_lowering.cpp | 2469 varAcc = builder_.CallStub(glue_, gate, CommonStubCSigns::LdObjByIndex, in LowerLdObjByIndex()
|
H A D | stub_builder.cpp | 5776 result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in FastGetPropertyByIndex()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 299 V(LdObjByIndex) \
|
H A D | runtime_stubs.cpp | 1372 DEF_RUNTIME_STUBS(LdObjByIndex) in DEF_RUNTIME_STUBS() 1374 RUNTIME_STUBS_HEADER(LdObjByIndex); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 131 static JSTaggedValue LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter,
|
H A D | slow_runtime_stub.cpp | 788 JSTaggedValue SlowRuntimeStub::LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter, in LdObjByIndex() function in panda::ecmascript::SlowRuntimeStub 791 INTERPRETER_TRACE(thread, LdObjByIndex); in LdObjByIndex()
|
H A D | interpreter-inl.cpp | 5615 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); in RunInternal() 5638 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); in RunInternal() 5661 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); in RunInternal() 5685 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); in RunInternal()
|
H A D | interpreter_assembly.cpp | 3489 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); 4345 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); 5702 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined()); 5729 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined());
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 66 V(LdObjByIndex) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2470 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in GenerateCircuit() 2499 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in GenerateCircuit() 4295 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in GenerateCircuit() 5085 GateRef result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in GenerateCircuit()
|