Searched refs:NodeAuxData (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | node-aux-data.h | 19 class NodeAuxData { 21 explicit NodeAuxData(Zone* zone) : aux_data_(zone) {} in NodeAuxData() function 45 class NodeAuxData<T, def>::const_iterator { 79 typename NodeAuxData<T, def>::const_iterator NodeAuxData<T, def>::begin() in begin() 81 return typename NodeAuxData<T, def>::const_iterator(&aux_data_, 0); in begin() 85 typename NodeAuxData<T, def>::const_iterator NodeAuxData<T, def>::end() const { in end() 86 return typename NodeAuxData<T, def>::const_iterator(&aux_data_, in end()
|
D | compiler-source-position-table.h | 64 NodeAuxData<SourcePosition, SourcePosition::Unknown> table_; in NON_EXPORTED_BASE()
|