Searched refs:NodeAuxData (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | node-aux-data.h | 24 class NodeAuxData { 26 explicit NodeAuxData(Zone* zone) : aux_data_(zone) {} in NodeAuxData() function 27 explicit NodeAuxData(size_t initial_size, Zone* zone) in NodeAuxData() function 57 class NodeAuxData<T, def>::const_iterator { 91 typename NodeAuxData<T, def>::const_iterator NodeAuxData<T, def>::begin() in begin() 93 return typename NodeAuxData<T, def>::const_iterator(&aux_data_, 0); in begin() 97 typename NodeAuxData<T, def>::const_iterator NodeAuxData<T, def>::end() const { in end() 98 return typename NodeAuxData<T, def>::const_iterator(&aux_data_, in end()
|
D | branch-elimination.h | 83 NodeAuxData<ControlPathConditions> node_conditions_; in NON_EXPORTED_BASE() 84 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE()
|
D | loop-variable-optimizer.h | 123 NodeAuxData<VariableLimits> limits_; 124 NodeAuxData<bool> reduced_;
|
D | compiler-source-position-table.h | 64 NodeAuxData<SourcePosition, SourcePosition::Unknown> table_; in NON_EXPORTED_BASE()
|
D | node-origin-table.h | 132 NodeAuxData<NodeOrigin, NodeOrigin::Unknown> table_; in NON_EXPORTED_BASE()
|