Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-aux-data.h24 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()
Dbranch-elimination.h83 NodeAuxData<ControlPathConditions> node_conditions_; in NON_EXPORTED_BASE()
84 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE()
Dloop-variable-optimizer.h123 NodeAuxData<VariableLimits> limits_;
124 NodeAuxData<bool> reduced_;
Dcompiler-source-position-table.h64 NodeAuxData<SourcePosition, SourcePosition::Unknown> table_; in NON_EXPORTED_BASE()
Dnode-origin-table.h132 NodeAuxData<NodeOrigin, NodeOrigin::Unknown> table_; in NON_EXPORTED_BASE()