Lines Matching refs:BytecodeArrayBreakIterator
123 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()
378 BreakLocation BytecodeArrayBreakIterator::GetBreakLocation() { in GetBreakLocation()
773 BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in FindBreakablePosition()
795 BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in ApplyBreakPoints()
811 for (BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in ClearBreakPoints()
880 for (BytecodeArrayBreakIterator it(debug_info, type); !it.Done(); in FloodWithOneShot()
1084 BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in GetSourceBreakLocations()
1377 BytecodeArrayBreakIterator it(debug_info, ALL_BREAK_LOCATIONS); in FindBreakablePositions()