Home
last modified time | relevance | path

Searched refs:RuntimeNotifyInlineCache (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h584 …static inline JSTaggedValue RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<Method> &met…
Druntime_stubs.cpp1394 auto res = RuntimeNotifyInlineCache(thread, method, slotSize); in DEF_RUNTIME_STUBS()
1425 auto res = RuntimeNotifyInlineCache(thread, method, slotSize); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1059 JSTaggedValue RuntimeStubs::RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<Method> &meth… in RuntimeNotifyInlineCache() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1090 return RuntimeStubs::RuntimeNotifyInlineCache(thread, methodHandle, slotSize); in NotifyInlineCache()