Home
last modified time | relevance | path

Searched refs:MethodEntryEvent (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h120 void MethodEntryEvent(JSThread *thread, Method *method, JSTaggedValue env) const in MethodEntryEvent() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp193 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBeginCritical()
307 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBegin()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h258 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
263 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
Druntime_notification.h355 void MethodEntryEvent(ManagedThread *thread, Method *method) in MethodEntryEvent() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3365 … Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(this->GetThread(), method); in CallInterpreterStackless()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2073 … debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, funcObj->GetLexicalEnv()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h927 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
Dinterpreter_assembly.cpp291 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()