Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h50 DEBUG_BREAK_SLOT, enumerator
78 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot()
Ddebug.cc271 return DEBUG_BREAK_SLOT; in GetDebugBreakType()
286 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in SetDebugBreak()
296 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in ClearDebugBreak()