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

Method with_can_move

cranelift/codegen/src/ir/memflags.rs:319–322  ·  view source on GitHub ↗

Set the `can_move` flag, returning new flags.

(mut self)

Source from the content-addressed store, hash-verified

317
318 /// Set the `can_move` flag, returning new flags.
319 pub const fn with_can_move(mut self) -> Self {
320 self.flags = self.flags.with_can_move();
321 self
322 }
323
324 /// Test if the `aligned` flag is set.
325 ///

Callers 15

set_by_nameMethod · 0.45
set_can_moveMethod · 0.45
get_global_locationMethod · 0.45
make_heapMethod · 0.45
make_heap_baseMethod · 0.45
make_tableMethod · 0.45
direct_callMethod · 0.45
translate_global_getMethod · 0.45
load_vm_store_contextMethod · 0.45
compile_intrinsicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected