Searched refs:ListPool (Results 1 – 4 of 4) sorted by relevance
86 pub struct ListPool<T: EntityRef + ReservedValue> { struct138 impl<T: EntityRef + ReservedValue> ListPool<T> { impl494 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 …]
285 pub use self::list::{EntityList, ListPool};
14 use cranelift_codegen::entity::{EntityList, EntitySet, ListPool, SecondaryMap};56 variable_pool: ListPool<Variable>,59 inst_pool: ListPool<Inst>,
34 pub type ValueListPool = entity::ListPool<Value>;