Home
last modified time | relevance | path

Searched refs:MethodEntryEvent (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h105 void MethodEntryEvent(JSThread *thread, Method *method) const in MethodEntryEvent() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h893 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method); in MethodEntry()