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