MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / extend

Method extend

cranelift/codegen/src/machinst/buffer.rs:1877–1881  ·  view source on GitHub ↗
(&mut self, iter: T)

Source from the content-addressed store, hash-verified

1875
1876impl<I: VCodeInst> Extend<u8> for MachBuffer<I> {
1877 fn extend<T: IntoIterator<Item = u8>>(&mut self, iter: T) {
1878 for b in iter {
1879 self.put1(b);
1880 }
1881 }
1882}
1883
1884impl<T: CompilePhase> MachBufferFinalized<T> {

Callers 13

truncate_last_branchMethod · 0.45
add_try_call_siteMethod · 0.45
push_debug_tagsMethod · 0.45
insert_stack_checkMethod · 0.45
gen_call_argsMethod · 0.45
gen_prologueMethod · 0.45
gen_epilogueMethod · 0.45
newMethod · 0.45
gen_returnMethod · 0.45
add_debug_tagsMethod · 0.45

Calls 1

put1Method · 0.45

Tested by

no test coverage detected