Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs1190 let mut next_offset = func_body_len; in monotonize_inst_offsets() localVariable
1199 if inst_offset > next_offset { in monotonize_inst_offsets()
1202 inst_index, inst_offset, next_offset in monotonize_inst_offsets()
1204 inst_offsets[inst_index] = next_offset; in monotonize_inst_offsets()
1208 next_offset = inst_offset; in monotonize_inst_offsets()