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

Method function_alignment

cranelift/codegen/src/isa/x64/mod.rs:149–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

147 }
148
149 fn function_alignment(&self) -> FunctionAlignment {
150 Inst::function_alignment()
151 }
152
153 fn page_size_align_log2(&self) -> u8 {
154 debug_assert_eq!(1 << 12, 0x1000);

Callers 3

define_function_bytesMethod · 0.45
finish_with_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected