Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/entity/src/
H A Dlist.rs86 pub struct ListPool<T: EntityRef + ReservedValue> { struct
138 impl<T: EntityRef + ReservedValue> ListPool<T> { impl
494 pool: &mut ListPool<T>, in copy_from()
670 let mut pool = ListPool::<Inst>::new(); in block_allocator()
696 let pool = &mut ListPool::<Inst>::new(); in empty_list()
719 let pool = &mut ListPool::<Inst>::new(); in from_slice()
738 let pool = &mut ListPool::<Inst>::new(); in push()
799 let pool = &mut ListPool::<Inst>::new(); in insert_remove()
835 let pool = &mut ListPool::<Inst>::new(); in growing()
872 let pool = &mut ListPool::<Inst>::new(); in deep_clone()
[all …]
H A Dlib.rs285 pub use self::list::{EntityList, ListPool};
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dssa.rs14 use cranelift_codegen::entity::{EntityList, EntitySet, ListPool, SecondaryMap};
56 variable_pool: ListPool<Variable>,
59 inst_pool: ListPool<Inst>,
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs34 pub type ValueListPool = entity::ListPool<Value>;