Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h65 V(LdObjByIndex) \
H A Daccess_object_stub_builder.h75 GateRef LdObjByIndex(GateRef glue, GateRef receiver, GateRef index);
H A Daccess_object_stub_builder.cpp780 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 Dcall_signature.h405 V(LdObjByIndex) \
H A Dcommon_stubs.cpp622 Return(builder.LdObjByIndex(glue, receiver, index)); in GenerateCircuit()
H A Dinterpreter_stub.cpp3753 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 Dcall_signature.cpp606 DEF_CALL_SIGNATURE(LdObjByIndex) in DEF_CALL_SIGNATURE()
609 CallSignature signature("LdObjByIndex", 0, 3, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp2469 varAcc = builder_.CallStub(glue_, gate, CommonStubCSigns::LdObjByIndex, in LowerLdObjByIndex()
H A Dstub_builder.cpp5776 result = CallRuntime(glue, RTSTUB_ID(LdObjByIndex), in FastGetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h299 V(LdObjByIndex) \
H A Druntime_stubs.cpp1372 DEF_RUNTIME_STUBS(LdObjByIndex) in DEF_RUNTIME_STUBS()
1374 RUNTIME_STUBS_HEADER(LdObjByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h131 static JSTaggedValue LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter,
H A Dslow_runtime_stub.cpp788 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 Dinterpreter-inl.cpp5615 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 Dinterpreter_assembly.cpp3489 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 Druntime_call_id.h66 V(LdObjByIndex) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2470 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()

Completed in 95 milliseconds