Searched defs:MethodExit (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/methodtrace/ |
| D | trace.cpp | 314 void Trace::MethodExit(ManagedThread *thread, Method *method) in MethodExit() function in panda::Trace
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_runner.h | 120 …void MethodExit(PtThread thread, Method *method, bool was_popped_by_exception, VRegValue return_va… in MethodExit() function
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 344 …virtual void MethodExit(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException… in MethodExit() function 368 …virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException… in MethodExit() function
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 200 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() function
|
| D | debugger.cpp | 571 void Debugger::MethodExit(ManagedThread *managedThread, Method *method) in MethodExit() function in panda::tooling::Debugger
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_notification.h | 68 …virtual void MethodExit([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodExit() function
|