Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc225 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()
Ddebug.h62 DEBUG_BREAK_SLOT, enumerator
82 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot()