Searched refs:GetMaximumValueID (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen.h252 int GetMaximumValueID() const { return values_.length(); } function in class:v8::internal::HGraph
H A Dhydrogen.cc592 int values = GetMaximumValueID();
824 BitVector in_worklist(GetMaximumValueID());
1488 : graph_(graph), worklist_(8), in_worklist_(graph->GetMaximumValueID()) {}
1956 BitVector visited(GetMaximumValueID());
5039 graph_->GetMaximumValueID());

Completed in 66 milliseconds