Home
last modified time | relevance | path

Searched defs:MethodExit (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h183 void MethodExit(JSHandle<Method> method) in MethodExit() function
Djs_debugger.cpp259 void JSDebugger::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JSDebugger
Ddropframe_manager.cpp120 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::DropframeManager
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp308 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp312 void Trace::MethodExit(ManagedThread *thread, Method *method) in MethodExit() function in panda::Trace
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h123 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h357 …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/
Dpt_hooks_wrapper.h213 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function
Ddebugger.cpp564 void Debugger::MethodExit(ManagedThread *managedThread, Method *method) in MethodExit() function in panda::tooling::Debugger
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h78 …virtual void MethodExit([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodExit() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2080 DEF_RUNTIME_STUBS(MethodExit) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h932 void EcmaInterpreter::MethodExit(JSThread *thread) in MethodExit() function