Searched refs:StreamingDecoder (Results 1 – 8 of 8) sorted by relevance
28 void StreamingDecoder::OnBytesReceived(Vector<const uint8_t> bytes) { in OnBytesReceived()46 size_t StreamingDecoder::DecodingState::ReadBytes(StreamingDecoder* streaming, in ReadBytes()55 void StreamingDecoder::Finish() { in Finish()84 void StreamingDecoder::Abort() { in Abort()95 class StreamingDecoder::DecodeVarInt32 : public DecodingState {104 size_t ReadBytes(StreamingDecoder* streaming,107 std::unique_ptr<DecodingState> Next(StreamingDecoder* streaming) override;110 StreamingDecoder* streaming) = 0;122 class StreamingDecoder::DecodeModuleHeader : public DecodingState {127 std::unique_ptr<DecodingState> Next(StreamingDecoder* streaming) override;[all …]
57 class V8_EXPORT_PRIVATE StreamingDecoder {59 explicit StreamingDecoder(std::unique_ptr<StreamingProcessor> processor);152 virtual size_t ReadBytes(StreamingDecoder* streaming,157 StreamingDecoder* streaming) = 0;264 DISALLOW_COPY_AND_ASSIGN(StreamingDecoder);
89 std::shared_ptr<StreamingDecoder> CreateStreamingDecoder();185 std::shared_ptr<StreamingDecoder> stream_;
143 std::shared_ptr<StreamingDecoder> streaming_decoder = in AsyncCompile()162 std::shared_ptr<StreamingDecoder> WasmEngine::StartStreamingCompilation( in StartStreamingCompilation()
91 std::shared_ptr<StreamingDecoder> StartStreamingCompilation(
2196 std::shared_ptr<StreamingDecoder> AsyncCompileJob::CreateStreamingDecoder() { in CreateStreamingDecoder()2199 new StreamingDecoder(base::make_unique<AsyncStreamingProcessor>(this))); in CreateStreamingDecoder()
63 std::shared_ptr<internal::wasm::StreamingDecoder> streaming_decoder_;
159 class StreamingDecoder; variable4559 std::shared_ptr<internal::wasm::StreamingDecoder> streaming_decoder_;