Searched refs:RuntimeNotifyInlineCache (Results 1 – 4 of 4) sorted by relevance
482 …static inline JSTaggedValue RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<Method> &met…
983 auto res = RuntimeNotifyInlineCache(thread, method, slotSize); in DEF_RUNTIME_STUBS()1000 auto res = RuntimeNotifyInlineCache(thread, method, slotSize); in DEF_RUNTIME_STUBS()
961 JSTaggedValue RuntimeStubs::RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<Method> &meth… in RuntimeNotifyInlineCache() function
1072 return RuntimeStubs::RuntimeNotifyInlineCache(thread, methodHandle, slotSize); in NotifyInlineCache()