Home
last modified time | relevance | path

Searched defs:LdObjByIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/tests/
Dslow_runtime_stub_test.cpp85 HWTEST_F_L0(SlowRuntimeStubTest, LdObjByIndex) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp790 JSTaggedValue SlowRuntimeStub::LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool… in LdObjByIndex() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp753 DEF_RUNTIME_STUBS(LdObjByIndex) in DEF_RUNTIME_STUBS() argument