Searched defs:SrcMap (Results 1 - 1 of 1) sorted by path

/art/compiler/
H A Dcompiled_method.h107 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {
117 explicit SrcMap() {} function in class:art::FINAL
118 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} function in class:art::FINAL
121 SrcMap(InputIt first, InputIt last, const Allocator& alloc) function in class:art::FINAL
155 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
156 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;

Completed in 47 milliseconds