Searched refs:code_section_start (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | streaming-decoder.cc | 188 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()
|
| D | streaming-decoder.h | 46 int code_section_start,
|
| D | module-decoder.cc | 1104 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()
|
| D | module-compiler.cc | 2062 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()
|