Searched refs:NotifyInlineCache (Results 1 – 7 of 7) sorted by relevance
419 SlowRuntimeStub::NotifyInlineCache(thread_, method); in Dump()
160 static JSTaggedValue NotifyInlineCache(JSThread *thread, Method *method);
1083 JSTaggedValue SlowRuntimeStub::NotifyInlineCache(JSThread *thread, Method *method) in NotifyInlineCache() function in panda::ecmascript::SlowRuntimeStub1085 INTERPRETER_TRACE(thread, NotifyInlineCache); in NotifyInlineCache()
7636 auto res = SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
7696 return SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
146 V(NotifyInlineCache) \
150 SlowRuntimeStub::NotifyInlineCache(thread, method.GetObject<Method>()); in GenerateProgramInternal()