Home
last modified time | relevance | path

Searched refs:LoadICWithElementHandler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h45 static inline JSTaggedValue LoadICWithElementHandler(JSThread *thread, JSTaggedValue receiver,
Dic_runtime_stub-inl.h133 return LoadICWithElementHandler(thread, receiver, cachedHandler, key); in TryLoadICByValue()
481 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadICWithElementHandler(JSThread *thread, JSTaggedValue re… in LoadICWithElementHandler() function