Home
last modified time | relevance | path

Searched defs:MethodExit (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp335 void JSDebugger::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JSDebugger
H A Ddropframe_manager.cpp133 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::DropframeManager
H A Djs_debugger_manager.h194 void MethodExit(JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JsDebuggerManager
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp314 void Trace::MethodExit(ManagedThread *thread, Method *method) in MethodExit() function in ark::Trace
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp306 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h78 virtual void MethodExit([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodExit() function in ark::RuntimeListener
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h357 virtual void MethodExit(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException */, in MethodExit() function in ark::tooling::PtHooks
381 virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException */, in MethodExit() function in ark::tooling::PtHooks
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp563 void Debugger::MethodExit(ManagedThread *managedThread, Method *method) in MethodExit() function in ark::tooling::Debugger
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp940 void EcmaInterpreter::MethodExit(JSThread *thread) in MethodExit() function in panda::ecmascript::EcmaInterpreter

Completed in 20 milliseconds