Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc122 BytecodeArrayBreakIterator it(debug_info); in HasBreakPoint()
133 new BytecodeArrayBreakIterator(debug_info)); in GetIterator()
262 BytecodeArrayBreakIterator::BytecodeArrayBreakIterator( in BytecodeArrayBreakIterator() function in v8::internal::BytecodeArrayBreakIterator
272 void BytecodeArrayBreakIterator::Next() { in Next()
293 DebugBreakType BytecodeArrayBreakIterator::GetDebugBreakType() { in GetDebugBreakType()
315 void BytecodeArrayBreakIterator::SkipToPosition( in SkipToPosition()
317 BytecodeArrayBreakIterator it(debug_info_); in SkipToPosition()
321 void BytecodeArrayBreakIterator::SetDebugBreak() { in SetDebugBreak()
335 void BytecodeArrayBreakIterator::ClearDebugBreak() { in ClearDebugBreak()
344 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak()
[all …]
Ddebug.h114 friend class BytecodeArrayBreakIterator; variable
190 class BytecodeArrayBreakIterator : public BreakIterator {
192 explicit BytecodeArrayBreakIterator(Handle<DebugInfo> debug_info);
193 ~BytecodeArrayBreakIterator() override {} in ~BytecodeArrayBreakIterator()
211 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayBreakIterator);