/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | notification_manager.h | 43 virtual void MethodExit(JSHandle<Method> method) = 0; 132 it->MethodExit(methodHandle); in MethodExitEvent()
|
D | js_debugger_manager.h | 183 void MethodExit(JSHandle<Method> method) in MethodExit() function 185 dropframeManager_.MethodExit(jsThread_, method); in MethodExit()
|
D | dropframe_manager.h | 32 void MethodExit(JSThread *thread, JSHandle<Method> method);
|
D | js_debugger.cpp | 259 void JSDebugger::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JSDebugger 269 debuggerMgr->MethodExit(method); in MethodExit()
|
D | js_debugger.h | 159 void MethodExit(JSHandle<Method> method) override;
|
D | dropframe_manager.cpp | 120 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::DropframeManager
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter.h | 68 static inline void MethodExit(JSThread *thread);
|
D | interpreter-inl.h | 932 void EcmaInterpreter::MethodExit(JSThread *thread) in MethodExit() function 1496 MethodExit(thread); in RunInternal() 1545 MethodExit(thread); in RunInternal() 3153 MethodExit(thread); in RunInternal() 5171 MethodExit(thread); in RunInternal()
|
/arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
D | trace.h | 70 void MethodExit(ManagedThread *thread, Method *method) override;
|
D | trace.cpp | 312 void Trace::MethodExit(ManagedThread *thread, Method *method) in MethodExit() function in panda::Trace
|
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
D | tracing.h | 118 void MethodExit(JSHandle<Method> method) override;
|
D | tracing.cpp | 308 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::Tracing
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
D | debug_interface.h | 357 …virtual void MethodExit(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException… in MethodExit() function 381 …virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException… in MethodExit() function
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
D | pt_hooks_wrapper.h | 213 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function 222 loadedHooks->MethodExit(thread, method, wasPoppedByException, returnValue); in MethodExit()
|
D | debugger.cpp | 564 void Debugger::MethodExit(ManagedThread *managedThread, Method *method) in MethodExit() function in panda::tooling::Debugger 568 hooks_.MethodExit(PtThread(managedThread), method, isExceptionTriggered, retValue); in MethodExit()
|
D | debugger.h | 252 void MethodExit(ManagedThread *thread, Method *method) override;
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
D | test_runner.h | 123 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | runtime_notification.h | 78 …virtual void MethodExit([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodExit() function 371 listener->MethodExit(thread, method); in MethodExitEvent()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 332 V(MethodExit) \
|
D | runtime_stubs.cpp | 2080 DEF_RUNTIME_STUBS(MethodExit) in DEF_RUNTIME_STUBS() argument 2082 RUNTIME_STUBS_HEADER(MethodExit); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 219 CallRuntime(glue, RTSTUB_ID(MethodExit), {}); \
|