Home
last modified time | relevance | path

Searched refs:set_code_section (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h235 void set_code_section(uint32_t offset, uint32_t size);
Dmodule-decoder.cc1121 set_code_section(code_section_start, pc_offset() - code_section_start); in DecodeCodeSection()
1494 void set_code_section(uint32_t offset, uint32_t size) { in set_code_section() function in v8::internal::wasm::ModuleDecoderImpl
2319 void ModuleDecoder::set_code_section(uint32_t offset, uint32_t size) { in set_code_section() function in v8::internal::wasm::ModuleDecoder
2320 return impl_->set_code_section(offset, size); in set_code_section()
Dmodule-compiler.cc2828 decoder_.set_code_section(code_section_start, in ProcessCodeSectionHeader()