Searched refs:MethodExitEvent (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | notification_manager.h | 129 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 D | ets_napi_helpers.cpp | 334 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 D | method-inl.h | 260 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry() 265 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry()
|
H A D | runtime_notification.h | 366 void MethodExitEvent(ManagedThread *thread, Method *method) in MethodExitEvent() function
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
H A D | entrypoints.cpp | 1516 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in FindCatchBlockInIFramesStackless()
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | interpreter-inl.h | 2408 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in HandleReturnStackless() 2707 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in FindCatchBlockStackless()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1781 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 D | interpreter-inl.cpp | 952 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in MethodExit() 3903 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in RunInternal()
|
Completed in 34 milliseconds