Home
last modified time | relevance | path

Searched refs:DecodeModuleHeader (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dstreaming-decoder.cc122 class StreamingDecoder::DecodeModuleHeader : public DecodingState { class in v8::internal::wasm::StreamingDecoder
296 StreamingDecoder::DecodeModuleHeader::Next(StreamingDecoder* streaming) { in Next()
430 state_(new DecodeModuleHeader()) {} in StreamingDecoder()
Dmodule-decoder.h123 void DecodeModuleHeader(Vector<const uint8_t> bytes, uint32_t offset);
Dstreaming-decoder.h179 class DecodeModuleHeader; variable
Dmodule-decoder.cc304 void DecodeModuleHeader(Vector<const uint8_t> bytes, uint8_t offset) { in DecodeModuleHeader() function in v8::internal::wasm::ModuleDecoderImpl
859 DecodeModuleHeader(Vector<const uint8_t>(start(), end() - start()), offset); in DecodeModule()
1443 void ModuleDecoder::DecodeModuleHeader(Vector<const uint8_t> bytes, in DecodeModuleHeader() function in v8::internal::wasm::ModuleDecoder
1445 impl_->DecodeModuleHeader(bytes, offset); in DecodeModuleHeader()
Dmodule-compiler.cc2645 decoder_.DecodeModuleHeader(bytes, offset); in ProcessModuleHeader()