Searched refs:LoadStringElement (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub.h | 74 …static inline JSTaggedValue LoadStringElement(JSThread *thread, JSTaggedValue receiver, JSTaggedVa…
|
| D | ic_runtime_stub-inl.h | 129 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
|
| D | ic_runtime.cpp | 97 JSHandle<JSTaggedValue> handlerValue = LoadHandler::LoadStringElement(thread_); in UpdateLoadStringHandler()
|
| D | ic_handler.h | 281 static inline JSHandle<JSTaggedValue> LoadStringElement(const JSThread *thread) in LoadStringElement() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 227 ret = LoadStringElement(glue_, receiver_, propKey_); in LoadICByValue()
|
| D | stub_builder.h | 643 GateRef LoadStringElement(GateRef glue, GateRef receiver, GateRef key);
|
| D | stub_builder.cpp | 2614 GateRef StubBuilder::LoadStringElement(GateRef glue, GateRef receiver, GateRef key) in LoadStringElement() function in panda::ecmascript::kungfu::StubBuilder
|