Searched defs:wasPoppedByException (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 95 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop() 123 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 159 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop() 213 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
|
| D | debugger.cpp | 657 …gger::HandleNotifyFramePop(ManagedThread *managedThread, Method *method, bool wasPoppedByException) in HandleNotifyFramePop()
|