Searched refs:BytecodeArrayBreakIterator (Results 1 – 2 of 2) sorted by relevance
122 BytecodeArrayBreakIterator it(debug_info); in HasBreakPoint()133 new BytecodeArrayBreakIterator(debug_info)); in GetIterator()262 BytecodeArrayBreakIterator::BytecodeArrayBreakIterator( in BytecodeArrayBreakIterator() function in v8::internal::BytecodeArrayBreakIterator272 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 …]
114 friend class BytecodeArrayBreakIterator; variable190 class BytecodeArrayBreakIterator : public BreakIterator {192 explicit BytecodeArrayBreakIterator(Handle<DebugInfo> debug_info);193 ~BytecodeArrayBreakIterator() override {} in ~BytecodeArrayBreakIterator()211 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayBreakIterator);