Searched refs:MethodEntryEvent (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | notification_manager.h | 121 void MethodEntryEvent(JSThread *thread, Method *method, JSTaggedValue env) const in MethodEntryEvent() function in panda::ecmascript::tooling::NotificationManager
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_helpers.cpp | 189 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBeginCritical() 303 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBegin()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method-inl.h | 258 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry() 263 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
|
H A D | runtime_notification.h | 355 void MethodEntryEvent(ManagedThread *thread, Method *method) in MethodEntryEvent() function
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | interpreter-inl.h | 3365 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(this->GetThread(), method); in CallInterpreterStackless()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 2348 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, funcObj->GetLexicalEnv()); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 935 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
|
H A D | interpreter_assembly.cpp | 289 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
|
Completed in 37 milliseconds