Searched refs:DEBUG_BREAK_SLOT (Results 1 – 2 of 2) sorted by relevance
225 return DEBUG_BREAK_SLOT; in GetDebugBreakType()239 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in SetDebugBreak()248 DCHECK(GetDebugBreakType() >= DEBUG_BREAK_SLOT); in ClearDebugBreak()253 DCHECK(GetDebugBreakType() >= DEBUG_BREAK_SLOT); in IsDebugBreak()309 return DEBUG_BREAK_SLOT; in GetDebugBreakType()324 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in SetDebugBreak()338 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in ClearDebugBreak()347 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in IsDebugBreak()
62 DEBUG_BREAK_SLOT, enumerator82 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot()