Definition at line 25 of file streaming-decoder.cc.
◆ AsyncStreamingDecoder() [1/2]
v8::internal::wasm::AsyncStreamingDecoder::AsyncStreamingDecoder |
( |
std::unique_ptr< StreamingProcessor > | processor | ) |
|
|
explicit |
◆ AsyncStreamingDecoder() [2/2]
◆ Abort()
void v8::internal::wasm::AsyncStreamingDecoder::Abort |
( |
| ) |
|
|
overridevirtual |
◆ CreateNewBuffer()
◆ Fail()
void v8::internal::wasm::AsyncStreamingDecoder::Fail |
( |
| ) |
|
|
inlineprivate |
◆ Finish()
void v8::internal::wasm::AsyncStreamingDecoder::Finish |
( |
bool | can_use_compiled_module | ) |
|
|
overridevirtual |
◆ module_offset()
uint32_t v8::internal::wasm::AsyncStreamingDecoder::module_offset |
( |
| ) |
const |
|
inlineprivate |
◆ NotifyCompilationDiscarded()
void v8::internal::wasm::AsyncStreamingDecoder::NotifyCompilationDiscarded |
( |
| ) |
|
|
inlineoverridevirtual |
◆ NotifyNativeModuleCreated()
void v8::internal::wasm::AsyncStreamingDecoder::NotifyNativeModuleCreated |
( |
const std::shared_ptr< NativeModule > & | native_module | ) |
|
|
overridevirtual |
◆ ok()
bool v8::internal::wasm::AsyncStreamingDecoder::ok |
( |
| ) |
const |
|
inlineprivate |
◆ OnBytesReceived()
void v8::internal::wasm::AsyncStreamingDecoder::OnBytesReceived |
( |
base::Vector< const uint8_t > | bytes | ) |
|
|
overridevirtual |
◆ operator=()
◆ ProcessFunctionBody()
void v8::internal::wasm::AsyncStreamingDecoder::ProcessFunctionBody |
( |
base::Vector< const uint8_t > | bytes, |
|
|
uint32_t | module_offset ) |
|
inlineprivate |
◆ ProcessModuleHeader()
void v8::internal::wasm::AsyncStreamingDecoder::ProcessModuleHeader |
( |
| ) |
|
|
inlineprivate |
◆ ProcessSection()
void v8::internal::wasm::AsyncStreamingDecoder::ProcessSection |
( |
SectionBuffer * | buffer | ) |
|
|
inlineprivate |
◆ StartCodeSection()
void v8::internal::wasm::AsyncStreamingDecoder::StartCodeSection |
( |
int | num_functions, |
|
|
std::shared_ptr< WireBytesStorage > | wire_bytes_storage, |
|
|
int | code_section_start, |
|
|
int | code_section_length ) |
|
inlineprivate |
◆ ToErrorState()
std::unique_ptr< DecodingState > v8::internal::wasm::AsyncStreamingDecoder::ToErrorState |
( |
| ) |
|
|
inlineprivate |
◆ code_section_processed_
bool v8::internal::wasm::AsyncStreamingDecoder::code_section_processed_ = false |
|
private |
◆ failed_processor_
std::unique_ptr<StreamingProcessor> v8::internal::wasm::AsyncStreamingDecoder::failed_processor_ |
|
private |
◆ full_wire_bytes_
std::vector<std::vector<uint8_t> > v8::internal::wasm::AsyncStreamingDecoder::full_wire_bytes_ {{}} |
|
private |
◆ module_offset_
uint32_t v8::internal::wasm::AsyncStreamingDecoder::module_offset_ = 0 |
|
private |
◆ processor_
◆ section_buffers_
std::vector<std::shared_ptr<SectionBuffer> > v8::internal::wasm::AsyncStreamingDecoder::section_buffers_ |
|
private |
◆ state_
std::unique_ptr<DecodingState> v8::internal::wasm::AsyncStreamingDecoder::state_ |
|
private |
The documentation for this class was generated from the following file: