Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h161 pred_(pred), in Operator()
170 return this->pred_(this->parameter(), that->parameter()); in Equals()
187 Pred const pred_; variable
Dnode-cache.h56 Pred pred_; variable
Dnode-cache.cc83 if (pred_(entry->key_, key)) return &entry->value_; in Find()
Dbytecode-graph-builder.h168 CatchPrediction pred_; // Prediction of whether handler is catching. member
Dbytecode-graph-builder.cc1647 CatchPrediction prediction = exception_handlers_.top().pred_; in MakeNode()