Searched refs:MODE_DEBUG (Results 1 – 7 of 7) sorted by relevance
97 CEntryStub ceb(1, ExitFrame::MODE_DEBUG); in Generate_DebugBreakCallHelper()
446 if (mode == ExitFrame::MODE_DEBUG) { in EnterExitFrameEpilogue()500 if (mode == ExitFrame::MODE_DEBUG) { in LeaveExitFrame()
71 CEntryStub ceb(1, ExitFrame::MODE_DEBUG); in Generate_DebugBreakCallHelper()
1992 if (mode == ExitFrame::MODE_DEBUG) { in EnterExitFrame()2037 if (mode == ExitFrame::MODE_DEBUG) { in LeaveExitFrame()
101 CEntryStub ceb(1, ExitFrame::MODE_DEBUG); in Generate_DebugBreakCallHelper()
352 if (mode == ExitFrame::MODE_DEBUG) { in EnterExitFrame()388 if (mode == ExitFrame::MODE_DEBUG) { in LeaveExitFrame()
261 enum Mode { MODE_NORMAL, MODE_DEBUG }; enumerator