Home
last modified time | relevance | path

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

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