Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.h107 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {
117 explicit SrcMap() {} in SrcMap() function
118 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} in SrcMap() function
121 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap() function
155 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
156 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;
/art/compiler/optimizing/
Dcode_generator.h48 class SrcMap; variable
49 using DefaultSrcMap = SrcMap<std::allocator<SrcMapElem>>;
/art/compiler/driver/
Dcompiler_driver.h66 template <class Allocator> class SrcMap; variable
68 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;