Home
last modified time | relevance | path

Searched refs:MethodEntry (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h136 void MethodEntry(JSHandle<Method> method) in MethodEntry() function
138 dropframeManager_.MethodEntry(jsThread_, method); in MethodEntry()
Dnotification_manager.h41 virtual void MethodEntry(JSHandle<Method> method) = 0;
109 listener_->MethodEntry(methodHandle); in MethodEntryEvent()
Ddropframe_manager.h31 void MethodEntry(JSThread *thread, JSHandle<Method> method);
Djs_debugger.cpp210 void JSDebugger::MethodEntry(JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger
220 debuggerMgr->MethodEntry(method); in MethodEntry()
Djs_debugger.h151 void MethodEntry(JSHandle<Method> method) override;
Ddropframe_manager.cpp75 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h64 static inline void MethodEntry(JSThread *thread);
Dinterpreter-inl.h881 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function
1413 MethodEntry(thread); in RunInternal()