Home
last modified time | relevance | path

Searched refs:SrcMap (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcompiled_method.h112 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {
122 explicit SrcMap() {} in SrcMap() function
123 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} in SrcMap() function
126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap() function
160 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
/art/compiler/driver/
Dcompiler_driver.h65 template <class Allocator> class SrcMap; variable
67 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;