Searched refs:NotifyInlineCache (Results 1 – 5 of 5) sorted by relevance
157 static JSTaggedValue NotifyInlineCache(JSThread *thread, Method *method);
1065 JSTaggedValue SlowRuntimeStub::NotifyInlineCache(JSThread *thread, Method *method) in NotifyInlineCache() function in panda::ecmascript::SlowRuntimeStub1067 INTERPRETER_TRACE(thread, NotifyInlineCache); in NotifyInlineCache()
7373 auto res = SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
7591 return SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
136 V(NotifyInlineCache) \