Home
last modified time | relevance | path

Searched defs:alloc_map (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dmod.rs484 alloc_map: FxHashMap<AllocId, GlobalAlloc<'tcx>>, field
530 let mut alloc_map = self.alloc_map.lock(); in reserve_and_set_dedup() localVariable
567 let mut alloc_map = self.alloc_map.lock(); in create_fn_alloc() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmemory.rs104 pub(super) alloc_map: M::MemoryMap, field
144 pub fn alloc_map(&self) -> &M::MemoryMap { in alloc_map() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs577 pub(crate) alloc_map: Lock<interpret::AllocMap<'tcx>>, field