Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dconst_expr.rs157 if self.try_simple(expr).is_some() { in eval_int()
170 pub fn try_simple(&mut self, expr: &ConstExpr) -> Option<&Val> { in try_simple() method
200 if self.try_simple(expr).is_some() { in eval()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs776 let val = if let Some(val) = const_evaluator.try_simple(init) { in initialize_globals()