Home
last modified time | relevance | path

Searched defs:SlotMap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/
Dslotmap.rs51 pub struct SlotMap<'a, T> { struct
54 elements: Slice<'a, T>,
58 slots: Partial<'a, Slot>,
61 generation: Generation,
64 free_top: usize,
66 indices: IndexComputer,
112 impl<T> SlotMap<'_, T> { impl
240 impl<'a, T> SlotMap<'a, T> { implementation
/aosp_15_r20/external/skia/modules/skottie/include/
H A DSlotManager.h97 using SlotMap = THashMap<SlotID, TArray<T>>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp197 SlotDbgMap SlotMap = genSlotDbgMapping(MF); in emitStackFrameLayoutRemarks() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h106 SlotMapTy SlotMap; member
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h126 SlotMapTy SlotMap; member