Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc123 BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in HasBreakPoint()
135 new BytecodeArrayBreakIterator(debug_info, type)); in GetIterator()
280 BytecodeArrayBreakIterator::BytecodeArrayBreakIterator( in BytecodeArrayBreakIterator() function in v8::internal::BytecodeArrayBreakIterator
290 void BytecodeArrayBreakIterator::Next() { in Next()
317 DebugBreakType BytecodeArrayBreakIterator::GetDebugBreakType() { in GetDebugBreakType()
339 void BytecodeArrayBreakIterator::SkipToPosition( in SkipToPosition()
341 BytecodeArrayBreakIterator it(debug_info_, break_locator_type_); in SkipToPosition()
345 void BytecodeArrayBreakIterator::SetDebugBreak() { in SetDebugBreak()
359 void BytecodeArrayBreakIterator::ClearDebugBreak() { in ClearDebugBreak()
368 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak()
[all …]
Ddebug.h120 friend class BytecodeArrayBreakIterator; variable
199 class BytecodeArrayBreakIterator : public BreakIterator {
201 BytecodeArrayBreakIterator(Handle<DebugInfo> debug_info,
203 ~BytecodeArrayBreakIterator() override {} in ~BytecodeArrayBreakIterator()
221 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayBreakIterator);