Home
last modified time | relevance | path

Searched refs:InstructionPointerMarker (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp152 struct InstructionPointerMarker;
250 struct SourceView::MarkerManager::InstructionPointerMarker : Marker { struct in SourceView::MarkerManager
251 InstructionPointerMarker(uint32 line,
518 SourceView::MarkerManager::InstructionPointerMarker::InstructionPointerMarker( in InstructionPointerMarker() function in SourceView::MarkerManager::InstructionPointerMarker
529 SourceView::MarkerManager::InstructionPointerMarker::Draw(BView* view, in Draw()
555 SourceView::MarkerManager::InstructionPointerMarker::_DrawArrow(BView* view, in _DrawArrow()
724 Marker* marker = new(std::nothrow) InstructionPointerMarker( in _UpdateIPMarkers()
1194 SourceView::MarkerManager::InstructionPointerMarker* ipMarker; in Draw()
1232 ::InstructionPointerMarker*>(marker); in Draw()