Lines Matching defs:BreakLocation
47 // below inside BreakLocation, so be careful when adding / removing.
63 class BreakLocation {
65 static BreakLocation Invalid() { return BreakLocation(-1, NOT_DEBUG_BREAK); }
66 static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
71 std::vector<BreakLocation>* result_out);
92 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type,
104 BreakLocation(int position, DebugBreakType type)
134 BreakLocation GetBreakLocation();
289 std::vector<BreakLocation>* locations);
461 const BreakLocation& location);
463 BreakLocation* location,
466 Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations,