Lines Matching refs:BreakLocation
62 BreakLocation::BreakLocation(Handle<DebugInfo> debug_info, RelocInfo* rinfo, in BreakLocation() function in v8::internal::BreakLocation
72 BreakLocation::Iterator::Iterator(Handle<DebugInfo> debug_info, in Iterator()
83 int BreakLocation::Iterator::GetModeMask(BreakLocatorType type) { in GetModeMask()
97 void BreakLocation::Iterator::Next() { in Next()
147 BreakLocation BreakLocation::FromAddress(Handle<DebugInfo> debug_info, in FromAddress()
157 void BreakLocation::FromAddressSameStatement(Handle<DebugInfo> debug_info, in FromAddressSameStatement()
159 List<BreakLocation>* result_out) { in FromAddressSameStatement()
171 int BreakLocation::BreakIndexFromAddress(Handle<DebugInfo> debug_info, in BreakIndexFromAddress()
189 BreakLocation BreakLocation::FromPosition(Handle<DebugInfo> debug_info, in FromPosition()
219 void BreakLocation::SetBreakPoint(Handle<Object> break_point_object) { in SetBreakPoint()
230 void BreakLocation::ClearBreakPoint(Handle<Object> break_point_object) { in ClearBreakPoint()
241 void BreakLocation::SetOneShot() { in SetOneShot()
256 void BreakLocation::ClearOneShot() { in ClearOneShot()
272 void BreakLocation::SetDebugBreak() { in SetDebugBreak()
292 void BreakLocation::ClearDebugBreak() { in ClearDebugBreak()
302 bool BreakLocation::IsDebugBreak() const { in IsDebugBreak()
309 Handle<Object> BreakLocation::BreakPointObjects() const { in BreakPointObjects()
450 BreakLocation location = BreakLocation::FromAddress(debug_info, call_pc); in Break()
597 BreakLocation location = BreakLocation::FromPosition( in SetBreakPoint()
641 BreakLocation location = in SetBreakPointForScript()
642 BreakLocation::FromPosition(debug_info, position, alignment); in SetBreakPointForScript()
675 BreakLocation location = BreakLocation::FromAddress(debug_info, pc); in ClearBreakPoint()
697 for (BreakLocation::Iterator it(node->debug_info(), ALL_BREAK_LOCATIONS); in ClearAllBreakPoints()
730 for (BreakLocation::Iterator it(debug_info, type); !it.Done(); it.Next()) { in FloodWithOneShot()
851 BreakLocation location = BreakLocation::FromAddress(debug_info, call_pc); in PrepareStep()
964 for (BreakLocation::Iterator it(node->debug_info(), ALL_BREAK_LOCATIONS); in ClearOneShot()
1474 List<BreakLocation> locations; in GetStepinPositions()
1475 BreakLocation::FromAddressSameStatement(debug_info, call_pc, &locations); in GetStepinPositions()
1477 for (BreakLocation location : locations) { in GetStepinPositions()