Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp85 JSHandle<JSTaggedValue> LoadHandler::LoadElement(const JSThread *thread, const ObjectOperator &op) in LoadElement() function in panda::ecmascript::LoadHandler
Dic_runtime_stub-inl.h537 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadElement(JSThread *thread, JSObject *receiver, JSTaggedV… in LoadElement() function
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp62 HWTEST_F_L0(ICHandlerTest, LoadElement) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h762 GateRef CircuitBuilder::LoadElement(GateRef receiver, GateRef index, OnHeapMode onHeap) in LoadElement() function
Dstub_builder.cpp2944 GateRef StubBuilder::LoadElement(GateRef glue, GateRef receiver, GateRef key) in LoadElement() function in panda::ecmascript::kungfu::StubBuilder