Searched defs:maps_ (Results 1 – 9 of 9) sorted by relevance
| /system/memory/libmeminfo/include/meminfo/ | ||
| D | procmeminfo.h | 144 std::vector<Vma> maps_; variable |
| /system/unwinding/libunwindstack/tests/ | ||
| D | GlobalTest.cpp | 122 std::unique_ptr<BufferMaps> maps_; member in unwindstack::GlobalTest |
| D | LocalUpdatableMapsTest.cpp | 74 TestUpdatableMaps maps_; member in unwindstack::LocalUpdatableMapsTest |
| D | ElfCacheTest.cpp | 130 std::unique_ptr<Maps> maps_; member in unwindstack::ElfCacheTest |
| D | JitDebugTest.cpp | 188 std::unique_ptr<BufferMaps> maps_; member in unwindstack::JitDebugTest |
| D | DexFilesTest.cpp | 131 std::unique_ptr<BufferMaps> maps_; member in unwindstack::DexFilesTest |
| D | UnwinderTest.cpp | 187 static std::unique_ptr<Maps> maps_; member in unwindstack::UnwinderTest |
| /system/unwinding/libunwindstack/include/unwindstack/ | ||
| D | AndroidUnwinder.h | 107 std::shared_ptr<Maps> maps_; variable |
| D | Unwinder.h | 140 Maps* maps_ = nullptr; variable |