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.h28 DCHECK_LT(mark, mark_max_); in Get()
32 DCHECK_LT(mark, mark_max_ - mark_min_); in Set()
33 DCHECK_LT(node->mark(), mark_max_); in Set()
39 Mark const mark_max_; variable
Dgraph.cc23 mark_max_(0), in Graph()
Dgraph.h188 Mark mark_max_; in NON_EXPORTED_BASE() local