Searched defs:MethodExit (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_manager.h | 201 void MethodExit(JSHandle<Method> method) in MethodExit() function
|
| D | js_debugger.cpp | 366 void JSDebugger::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JSDebugger
|
| D | dropframe_manager.cpp | 133 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::DropframeManager
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 312 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::Tracing
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| D | trace.cpp | 314 void Trace::MethodExit(ManagedThread *thread, Method *method) in MethodExit() function in ark::Trace
|
| /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/tooling/ |
| D | pt_hooks_wrapper.h | 215 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function
|
| D | debugger.cpp | 602 void Debugger::MethodExit(ManagedThread *managedThread, Method *method) in MethodExit() function in ark::tooling::Debugger
|
| /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
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 346 …virtual void MethodExit(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException… in MethodExit() function
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 942 void EcmaInterpreter::MethodExit(JSThread *thread) in MethodExit() function in panda::ecmascript::EcmaInterpreter
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2494 DEF_RUNTIME_STUBS(MethodExit) in DEF_RUNTIME_STUBS() argument
|