Home
last modified time | relevance | path

Searched refs:IndexAndPosition (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dsource-position-table.h63 struct IndexAndPosition { struct
100 IndexAndPosition GetState() const { return {index_, current_}; } in GetState()
102 void RestoreState(const IndexAndPosition& saved_state) { in RestoreState()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc747 SourcePositionTableIterator::IndexAndPosition source_iterator_state_;
751 SourcePositionTableIterator::IndexAndPosition source_iterator_state) in IteratorsStates()