Searched defs:InstalledBreakpointSplayDefinition (Results 1 – 1 of 1) sorted by relevance
74 struct InstalledBreakpointSplayDefinition { struct75 typedef addr_t KeyType;76 typedef InstalledBreakpoint NodeType;78 static const KeyType& GetKey(const InstalledBreakpoint* node) in GetKey()83 static SplayTreeLink<NodeType>* GetLink( in GetLink()89 static int Compare(addr_t key, const InstalledBreakpoint* node) in Compare()97 static NodeType** GetListLink(InstalledBreakpoint* node) in GetListLink()