Home
last modified time | relevance | path

Searched refs:NotifyInlineCache (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h157 static JSTaggedValue NotifyInlineCache(JSThread *thread, Method *method);
Dslow_runtime_stub.cpp1065 JSTaggedValue SlowRuntimeStub::NotifyInlineCache(JSThread *thread, Method *method) in NotifyInlineCache() function in panda::ecmascript::SlowRuntimeStub
1067 INTERPRETER_TRACE(thread, NotifyInlineCache); in NotifyInlineCache()
Dinterpreter-inl.h7373 auto res = SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
Dinterpreter_assembly.cpp7591 return SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h136 V(NotifyInlineCache) \