Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h54 enum BreakLocatorType { ALL_BREAK_LOCATIONS, CALLS_AND_RETURNS }; enum
162 CodeIterator(Handle<DebugInfo> debug_info, BreakLocatorType type);
176 int GetModeMask(BreakLocatorType type);
186 BytecodeArrayIterator(Handle<DebugInfo> debug_info, BreakLocatorType type);
201 BreakLocatorType break_locator_type_;
207 BreakLocatorType type = ALL_BREAK_LOCATIONS);
455 BreakLocatorType type = ALL_BREAK_LOCATIONS);
Ddebug.cc72 Handle<DebugInfo> debug_info, BreakLocatorType type) { in GetIterator()
96 BreakLocatorType type) in CodeIterator()
105 int BreakLocation::CodeIterator::GetModeMask(BreakLocatorType type) { in GetModeMask()
183 Handle<DebugInfo> debug_info, BreakLocatorType type) in BytecodeArrayIterator()
891 BreakLocatorType type) { in FloodWithOneShot()