Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dconstant_pool.rs7 pub(crate) struct ConstantPool { struct
8 inner: ir::ConstantPool, argument
12 impl ConstantPool { implementation
15 inner: ir::ConstantPool::new(), in new()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dconstant.rs185 pub struct ConstantPool { struct
199 impl ConstantPool { impl
279 let sut = ConstantPool::new(); in empty()
285 let mut sut = ConstantPool::new(); in insert()
293 let mut sut = ConstantPool::new(); in insert_duplicate()
302 let mut sut = ConstantPool::new(); in clear()
312 let mut sut = ConstantPool::new(); in iteration_order()
322 let mut sut = ConstantPool::new(); in get()
330 let mut sut = ConstantPool::new(); in set()
340 let mut sut = ConstantPool::new(); in disallow_overwriting_constant()
[all …]
H A Dmod.rs37 pub use crate::ir::constant::{ConstantData, ConstantPool};
H A Ddfg.rs10 Block, BlockArg, BlockCall, ConstantData, ConstantPool, DynamicType, ExceptionTables,
157 pub constants: ConstantPool,
183 constants: ConstantPool::new(), in new()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dasm.rs10 constant_pool::ConstantPool,
111 pool: ConstantPool,
121 pool: ConstantPool::new(), in new()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dasm.rs4 constant_pool::ConstantPool,
291 pool: ConstantPool,
301 pool: ConstantPool::new(), in new()