Lines Matching refs:end_offset
278 wire_bytes.begin() + function->code.end_offset()};
727 return static_cast<size_t>(position) == code.end_offset() - 1;
888 module_start + func.code.end_offset(),
1166 // end_offset is exclusive.
1167 // start_offset and end_offset are module-relative byte offsets.
1174 uint32_t end_offset;
1179 end_offset = functions[end_func_index].code.end_offset();
1182 end_offset = end.GetColumnNumber();
1183 end_func_index = GetNearestWasmFunction(module, end_offset);
1188 start_offset > functions[end_func_index].code.end_offset())
1201 module_start + func.code.end_offset(),
1206 if (total_offset >= end_offset) {