Lines Matching defs:info

1792   explicit VisitMarker(NodeInfo* info) : info_(info) {
1793 DCHECK(!info->visited);
1794 info->visited = true;
1836 if (info()->replacement_calculated) return replacement();
1838 DCHECK(!info()->visited);
1839 VisitMarker marker(info());
1870 if (info()->replacement_calculated) return replacement();
1872 DCHECK(!info()->visited);
1873 VisitMarker marker(info());
1921 if (info()->replacement_calculated) return replacement();
1923 if (info()->visited) return this;
1925 VisitMarker marker(info());
1938 if (info()->replacement_calculated) return replacement();
1940 if (info()->visited) return this;
1941 VisitMarker marker(info());
1990 if (info()->replacement_calculated) return replacement();
1992 if (info()->visited) return this;
1993 VisitMarker marker(info());
2014 if (body_can_be_zero_length_ || info()->visited) return;
2031 VisitMarker marker(info());
2621 // Update the counter-based backtracking info on the stack. This is an
2903 // Check if we only have a single non-empty position info, and that info
3532 that->info()->AddFromFollowing(that->on_success()->info());
3538 that->info()->AddFromFollowing(that->alternatives()->at(i).node()->info());
3542 that->info()->AddFromFollowing(that->continue_node()->info());
3546 that->info()->AddFromFollowing(that->loop_node()->info());
3686 if (that->info()->been_analyzed || that->info()->being_analyzed) return;
3687 that->info()->being_analyzed = true;
3689 that->info()->being_analyzed = false;
3690 that->info()->been_analyzed = true;
3793 DCHECK_EQ(node->info()->been_analyzed, false);
3818 bm->SetRest(offset); // Give up trying to fill in info.