Searched refs:MethodEntryEvent (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 120 void MethodEntryEvent(JSThread *thread, Method *method, JSTaggedValue env) const in MethodEntryEvent() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 193 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBeginCritical() 307 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBegin()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 258 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry() 263 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
|
| D | runtime_notification.h | 355 void MethodEntryEvent(ManagedThread *thread, Method *method) in MethodEntryEvent() function
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3365 … Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(this->GetThread(), method); in CallInterpreterStackless()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2073 … debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, funcObj->GetLexicalEnv()); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 927 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
|
| D | interpreter_assembly.cpp | 291 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
|