Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp419 SlowRuntimeStub::NotifyInlineCache(thread_, method); in Dump()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h160 static JSTaggedValue NotifyInlineCache(JSThread *thread, Method *method);
Dslow_runtime_stub.cpp1083 JSTaggedValue SlowRuntimeStub::NotifyInlineCache(JSThread *thread, Method *method) in NotifyInlineCache() function in panda::ecmascript::SlowRuntimeStub
1085 INTERPRETER_TRACE(thread, NotifyInlineCache); in NotifyInlineCache()
Dinterpreter-inl.h7636 auto res = SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
Dinterpreter_assembly.cpp7696 return SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h146 V(NotifyInlineCache) \
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp150 SlowRuntimeStub::NotifyInlineCache(thread, method.GetObject<Method>()); in GenerateProgramInternal()