Home
last modified time | relevance | path

Searched refs:eval_offset (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs155 let start = match state.eval_offset(memory_index, offset) { in init_memory()
209 fn eval_offset(&mut self, memory_index: MemoryIndex, expr: &ConstExpr) -> Option<u64>; in eval_offset() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs674 fn eval_offset( in initialize_memories() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs1032 fn eval_offset(&mut self, memory_index: MemoryIndex, expr: &ConstExpr) -> Option<u64> { in try_static_init() method