Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h121 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 Dets_napi_helpers.cpp189 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 Dmethod-inl.h258 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
263 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry()
H A Druntime_notification.h355 void MethodEntryEvent(ManagedThread *thread, Method *method) in MethodEntryEvent() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h3365 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(this->GetThread(), method); in CallInterpreterStackless()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2348 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, funcObj->GetLexicalEnv()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp935 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
H A Dinterpreter_assembly.cpp289 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()

Completed in 37 milliseconds