Searched refs:set_code_section (Results 1 – 3 of 3) sorted by relevance
235 void set_code_section(uint32_t offset, uint32_t size);
1121 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::ModuleDecoderImpl2319 void ModuleDecoder::set_code_section(uint32_t offset, uint32_t size) { in set_code_section() function in v8::internal::wasm::ModuleDecoder2320 return impl_->set_code_section(offset, size); in set_code_section()
2828 decoder_.set_code_section(code_section_start, in ProcessCodeSectionHeader()