Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h50 enum DebugBreakType { enum
99 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type, in BreakLocation()
109 BreakLocation(int position, DebugBreakType type) in BreakLocation()
124 DebugBreakType type_;
157 DebugBreakType GetDebugBreakType();
Ddebug.cc242 DebugBreakType type = GetDebugBreakType(); in Next()
248 DebugBreakType BreakIterator::GetDebugBreakType() { in GetDebugBreakType()
280 DebugBreakType debug_break_type = GetDebugBreakType(); in SetDebugBreak()
291 DebugBreakType debug_break_type = GetDebugBreakType(); in ClearDebugBreak()
302 DebugBreakType type = GetDebugBreakType(); in GetBreakLocation()