Home
last modified time | relevance | path

Searched refs:MethodExitEvent (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h129 void MethodExitEvent(JSThread *thread, Method *method) const in MethodExitEvent() function in panda::ecmascript::tooling::NotificationManager
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp334 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiEnd()
352 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiObjEnd()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h260 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry()
265 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry()
H A Druntime_notification.h366 void MethodExitEvent(ManagedThread *thread, Method *method) in MethodExitEvent() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1516 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in FindCatchBlockInIFramesStackless()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h2408 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in HandleReturnStackless()
2707 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in FindCatchBlockStackless()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1781 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in DEF_RUNTIME_STUBS()
2369 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp952 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in MethodExit()
3903 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in RunInternal()

Completed in 34 milliseconds