Searched defs:SlotMap (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/ |
D | slotmap.rs | 51 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 D | SlotManager.h | 97 using SlotMap = THashMap<SlotID, TArray<T>>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 197 SlotDbgMap SlotMap = genSlotDbgMapping(MF); in emitStackFrameLayoutRemarks() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 106 SlotMapTy SlotMap; member
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 126 SlotMapTy SlotMap; member
|