Home
last modified time | relevance | path

Searched refs:LoadStringElement (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h74 …static inline JSTaggedValue LoadStringElement(JSThread *thread, JSTaggedValue receiver, JSTaggedVa…
Dic_runtime_stub-inl.h129 return LoadStringElement(thread, receiver, key); in TryLoadICByValue()
481 return LoadStringElement(thread, receiver, key); in LoadICWithElementHandler()
502 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadStringElement(JSThread *thread, JSTaggedValue receiver,… in LoadStringElement() function
Dic_runtime.cpp97 JSHandle<JSTaggedValue> handlerValue = LoadHandler::LoadStringElement(thread_); in UpdateLoadStringHandler()
Dic_handler.h281 static inline JSHandle<JSTaggedValue> LoadStringElement(const JSThread *thread) in LoadStringElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp227 ret = LoadStringElement(glue_, receiver_, propKey_); in LoadICByValue()
Dstub_builder.h643 GateRef LoadStringElement(GateRef glue, GateRef receiver, GateRef key);
Dstub_builder.cpp2614 GateRef StubBuilder::LoadStringElement(GateRef glue, GateRef receiver, GateRef key) in LoadStringElement() function in panda::ecmascript::kungfu::StubBuilder