Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dexpression.rs865 let hash_data = rc.as_ref() as *const u32 as usize as u32; in new() localVariable
866 *Rc::get_mut(&mut rc).unwrap() = hash_data; in new()