/system/core/libunwindstack/include/unwindstack/ |
D | Maps.h | 39 class Maps { 41 virtual ~Maps() = default; 43 Maps() = default; 47 Maps(const Maps&) = delete; 48 Maps& operator=(const Maps&) = delete; 49 Maps(Maps&&) = default; 50 Maps& operator=(Maps&&) = default; 82 class RemoteMaps : public Maps { 99 class LocalUpdatableMaps : public Maps { 101 LocalUpdatableMaps() : Maps() {} in LocalUpdatableMaps() [all …]
|
D | JitDebug.h | 34 class Maps; variable 43 Elf* GetElf(Maps* maps, uint64_t pc); 46 void Init(Maps* maps);
|
D | DexFiles.h | 35 class Maps; variable 47 void GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, std::string* method_name, 51 void Init(Maps* maps);
|
D | Unwinder.h | 66 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 70 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 96 Maps* GetMaps() { return maps_; } in GetMaps() 124 Maps* maps_; 148 std::unique_ptr<Maps> maps_ptr_;
|
D | Global.h | 34 class Maps; variable 49 void FindAndReadVariable(Maps* maps, const char* variable);
|
/system/core/libunwindstack/benchmarks/ |
D | unwind_benchmarks.cpp | 32 size_t Call6(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call6() 40 size_t Call5(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call5() 44 size_t Call4(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call4() 48 size_t Call3(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call3() 52 size_t Call2(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call2() 56 size_t Call1(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call1() 86 static void Initialize(benchmark::State& state, unwindstack::Maps& maps, in Initialize()
|
/system/core/libbacktrace/ |
D | UnwindStackMap.h | 53 unwindstack::Maps* stack_maps() { return stack_maps_.get(); } in stack_maps() 68 std::unique_ptr<unwindstack::Maps> stack_maps_;
|
D | UnwindStackMap.cpp | 102 unwindstack::Maps* maps = stack_maps(); in GetFunctionName()
|
/system/core/libunwindstack/ |
D | Maps.cpp | 42 MapInfo* Maps::Find(uint64_t pc) { in Find() 62 bool Maps::Parse() { in Parse() 80 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() 94 void Maps::Sort() { in Sort()
|
D | DexFiles.cpp | 132 void DexFiles::Init(Maps* maps) { in Init() 175 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation() 197 void DexFiles::GetMethodInformation(Maps*, MapInfo*, uint64_t, std::string*, uint64_t*) {} in GetMethodInformation() argument
|
D | JitDebug.cpp | 174 void JitDebug::Init(Maps* maps) { in Init() 184 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf()
|
D | Global.cpp | 60 void Global::FindAndReadVariable(Maps* maps, const char* var_str) { in FindAndReadVariable()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_impl.h | 25 class UnwindMaps : public unwindstack::Maps {
|
/system/core/debuggerd/libdebuggerd/test/ |
D | UnwinderMock.h | 25 UnwinderMock() : Unwinder(128, new unwindstack::Maps, nullptr) {} in UnwinderMock()
|
/system/memory/libmeminfo/include/meminfo/ |
D | procmeminfo.h | 39 const std::vector<Vma>& Maps();
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 91 unwindstack::Maps* maps) { in get_stack_overflow_cause() 121 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps, in dump_probable_cause() 239 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps() 364 void dump_memory_and_code(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_memory_and_code() 424 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread()
|
D | gwp_asan.cpp | 169 unwindstack::Maps* maps = unwinder->GetMaps(); in BuildFrame()
|
/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 47 Maps maps; in TEST() 65 Maps maps; in TEST() 71 Maps maps2 = std::move(maps); in TEST() 299 Maps::iterator it = maps.begin(); in TEST() 317 Maps::const_iterator it = maps.begin(); in TEST()
|
D | MapInfoCreateMemoryTest.cpp | 284 Maps maps; in TEST_F() 324 Maps maps; in TEST_F() 371 Maps maps; in TEST_F()
|
D | UnwindTest.cpp | 129 static void VerifyUnwind(pid_t pid, Maps* maps, Regs* regs, in VerifyUnwind() 164 std::unique_ptr<Maps> maps; in InnerFunction()
|
/system/extras/app-launcher/ |
D | README | 35 Maps 79 Maps :
|
/system/memory/libmeminfo/tools/ |
D | procmem.cpp | 195 std::vector<Vma> maps(proc.Maps()); in main()
|
D | librank.cpp | 171 const std::vector<Vma> maps = pmem.Maps(); in scan_libs_per_process()
|
/system/extras/memory_replay/traces/ |
D | TRACES | 13 Trace of the Google Maps app from start-up while looking at various parts
|
/system/core/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
|