Home
last modified time | relevance | path

Searched refs:StartCodeSection (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc186 void StartCodeSection(int num_functions, in StartCodeSection() function in v8::internal::wasm::AsyncStreamingDecoder
666 streaming->StartCodeSection(static_cast<int>(value_), in NextWithValue()
Dmodule-decoder.h226 void StartCodeSection();
Dmodule-decoder.cc1103 StartCodeSection(); in DecodeCodeSection()
1124 void StartCodeSection() { in StartCodeSection() function in v8::internal::wasm::ModuleDecoderImpl
2308 void ModuleDecoder::StartCodeSection() { impl_->StartCodeSection(); } in StartCodeSection() function in v8::internal::wasm::ModuleDecoder
Dmodule-compiler.cc2821 decoder_.StartCodeSection(); in ProcessCodeSectionHeader()