Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc188 int code_section_start, int code_section_length) { in StartCodeSection() argument
194 code_section_start, code_section_length)) { in StartCodeSection()
661 int code_section_start = static_cast<int>(section_buffer_->module_offset() + in NextWithValue() local
668 code_section_start, code_section_len); in NextWithValue()
Dstreaming-decoder.h46 int code_section_start,
Dmodule-decoder.cc1104 uint32_t code_section_start = pc_offset(); in DecodeCodeSection() local
1106 CheckFunctionsCount(functions_count, code_section_start); in DecodeCodeSection()
1120 DCHECK_GE(pc_offset(), code_section_start); in DecodeCodeSection()
1121 set_code_section(code_section_start, pc_offset() - code_section_start); in DecodeCodeSection()
Dmodule-compiler.cc2062 int code_section_start,
2816 int code_section_start, int code_section_length) { in ProcessCodeSectionHeader() argument
2828 decoder_.set_code_section(code_section_start, in ProcessCodeSectionHeader()