Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-scanner.cc29 next_position_(0), in AsmJsScanner()
57 position_ = next_position_; in Next()
59 next_position_ = 0; in Next()
163 next_position_ = position_; in Rewind()
220 next_position_ = 0; in Seek()
Dasm-scanner.h145 size_t next_position_; // Only set when in {rewind} state. variable