Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h208 static inline JSHandle<JSTaggedValue> LoadStringElement(const JSThread *thread) in LoadStringElement() function
Dic_runtime_stub-inl.h553 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadStringElement(JSThread *thread, JSTaggedValue receiver,… in LoadStringElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2706 GateRef StubBuilder::LoadStringElement(GateRef glue, GateRef receiver, GateRef key) in LoadStringElement() function in panda::ecmascript::kungfu::StubBuilder