Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc515 int break_points_hit_count = 0; in CheckBreakPoints() local
523 break_points_hit->set(break_points_hit_count++, *o); in CheckBreakPoints()
529 break_points_hit->set(break_points_hit_count++, *break_point_objects); in CheckBreakPoints()
534 if (break_points_hit_count == 0) { in CheckBreakPoints()
539 result->set_length(Smi::FromInt(break_points_hit_count)); in CheckBreakPoints()