Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-marker.cc14 : mark_min_(graph->mark_max_), mark_max_(graph->mark_max_ += num_states) { in NodeMarkerBase()
16 DCHECK_LT(mark_min_, mark_max_); // check for wraparound. in NodeMarkerBase()
Dnode-marker.h29 DCHECK_LT(mark, mark_max_); in Get()
33 DCHECK_LT(mark, mark_max_ - mark_min_); in Set()
34 DCHECK_LT(node->mark(), mark_max_); in Set()
40 Mark const mark_max_; variable
Dgraph.cc22 mark_max_(0), in Graph()
Dgraph.h130 Mark mark_max_; variable