Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1908 raw_results.push(self.cast_from_pointer(results[0], to64)); in translate_transcode()
1916 raw_results.push(self.cast_from_pointer(results[0], from64)); in translate_transcode()
1917 raw_results.push(self.cast_from_pointer(results[1], to64)); in translate_transcode()
1958 fn cast_from_pointer(&mut self, val: ir::Value, is64: bool) -> ir::Value { in cast_from_pointer() method