Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner-character-streams.cc424 bookmark_buffer_.Dispose(); in SetBookmark()
425 bookmark_buffer_ = Vector<uint16_t>::New(static_cast<int>(buffer_length)); in SetBookmark()
426 CopyCharsUnsigned(bookmark_buffer_.start(), buffer_cursor_, buffer_length); in SetBookmark()
472 CopyCharsUnsigned(buffer_, bookmark_buffer_.begin(), in ResetToBookmark()
473 bookmark_buffer_.length()); in ResetToBookmark()
475 buffer_end_ = buffer_ + bookmark_buffer_.length(); in ResetToBookmark()
Dscanner-character-streams.h108 bookmark_buffer_.Dispose(); in ~ExternalStreamingStream()
142 Vector<uint16_t> bookmark_buffer_; variable