HomeSort by relevance Sort by last modified time
    Searched refs:Utf16CharacterStream (Results 1 - 8 of 8) sorted by null

  /external/v8/src/parsing/
scanner-character-streams.h 15 class Utf16CharacterStream;
21 static Utf16CharacterStream* For(Handle<String> data);
22 static Utf16CharacterStream* For(Handle<String> data, int start_pos,
24 static Utf16CharacterStream* For(
30 static std::unique_ptr<Utf16CharacterStream> ForTesting(const char* data);
31 static std::unique_ptr<Utf16CharacterStream> ForTesting(const char* data,
parse-info.h 30 class Utf16CharacterStream;
103 Utf16CharacterStream* character_stream() const { return character_stream_; }
104 void set_character_stream(Utf16CharacterStream* character_stream) {
259 Utf16CharacterStream* character_stream_;
scanner-character-streams.cc 28 class BufferedUtf16CharacterStream : public Utf16CharacterStream {
47 : Utf16CharacterStream(buffer_, buffer_, buffer_, 0) {}
102 class ExternalTwoByteStringUtf16CharacterStream : public Utf16CharacterStream {
563 class TwoByteExternalStreamingStream : public Utf16CharacterStream {
580 : Utf16CharacterStream(&one_char_buffer_, &one_char_buffer_,
660 class TwoByteExternalBufferedStream : public Utf16CharacterStream {
686 : Utf16CharacterStream(buffer_, buffer_, buffer_, 0),
812 Utf16CharacterStream* ScannerStream::For(Handle<String> data) {
816 Utf16CharacterStream* ScannerStream::For(Handle<String> data, int start_pos,
832 std::unique_ptr<Utf16CharacterStream> ScannerStream::ForTesting
    [all...]
scanner.h 35 class Utf16CharacterStream {
39 virtual ~Utf16CharacterStream() { }
96 Utf16CharacterStream(const uint16_t* buffer_start,
103 Utf16CharacterStream() : Utf16CharacterStream(nullptr, nullptr, nullptr, 0) {}
196 static const uc32 kEndOfInput = Utf16CharacterStream::kEndOfInput;
200 void Initialize(Utf16CharacterStream* source);
753 // Input stream. Must be initialized to an Utf16CharacterStream.
754 Utf16CharacterStream* source_;
scanner.cc 186 void Scanner::Initialize(Utf16CharacterStream* source) {
    [all...]
parser.cc 626 std::unique_ptr<Utf16CharacterStream> stream(ScannerStream::For(source));
789 std::unique_ptr<Utf16CharacterStream> stream(ScannerStream::For(
824 Utf16CharacterStream* source) {
    [all...]
parser.h 290 Utf16CharacterStream* source);
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 31 class Utf16CharacterStream;
120 std::unique_ptr<Utf16CharacterStream> character_stream_;

Completed in 192 milliseconds