Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs102 pub fn take_compiled_code(&mut self) -> Option<CompiledCode> { in take_compiled_code() method
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs1024 Ok(context.take_compiled_code().unwrap()) in compile_maybe_cached()
1047 Ok(context.take_compiled_code().unwrap()) in compile_uncached()