Home
last modified time | relevance | path

Searched defs:LoadElement (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/ic/
Dic_handler-inl.h25 JSHandle<JSTaggedValue> LoadHandler::LoadElement(const JSThread *thread) in LoadElement() function
Dic_runtime_stub-inl.h360 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadElement(JSObject *receiver, JSTaggedValue key) in LoadElement() function
/ark/js_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp62 HWTEST_F_L0(ICHandlerTest, LoadElement) in HWTEST_F_L0() argument
/ark/js_runtime/ecmascript/compiler/
Dstub.cpp1615 GateRef Stub::LoadElement(GateRef receiver, GateRef key) in LoadElement() function in panda::ecmascript::kungfu::Stub