Searched refs:ConstantPool (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | constant_pool.rs | 7 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 D | constant.rs | 185 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 D | mod.rs | 37 pub use crate::ir::constant::{ConstantData, ConstantPool};
|
| H A D | dfg.rs | 10 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 D | asm.rs | 10 constant_pool::ConstantPool, 111 pool: ConstantPool, 121 pool: ConstantPool::new(), in new()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | asm.rs | 4 constant_pool::ConstantPool, 291 pool: ConstantPool, 301 pool: ConstantPool::new(), in new()
|