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