Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp62 HWTEST_F_L0(ICHandlerTest, LoadElement) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h132 static inline JSHandle<JSTaggedValue> LoadElement(const JSThread *thread) in LoadElement() function
Dic_runtime_stub-inl.h421 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadElement(JSObject *receiver, JSTaggedValue key) in LoadElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h690 GateRef CircuitBuilder::LoadElement(GateRef receiver, GateRef index) in LoadElement() function
Dstub_builder.cpp1460 GateRef StubBuilder::LoadElement(GateRef receiver, GateRef key) in LoadElement() function in panda::ecmascript::kungfu::StubBuilder