Home
last modified time | relevance | path

Searched refs:Maps (Results 1 – 25 of 32) sorted by relevance

12

/system/core/libunwindstack/include/unwindstack/
DMaps.h39 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 …]
DJitDebug.h34 class Maps; variable
43 Elf* GetElf(Maps* maps, uint64_t pc);
46 void Init(Maps* maps);
DDexFiles.h35 class Maps; variable
47 void GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, std::string* method_name,
51 void Init(Maps* maps);
DUnwinder.h66 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_;
DGlobal.h34 class Maps; variable
49 void FindAndReadVariable(Maps* maps, const char* variable);
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp32 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/
DUnwindStackMap.h53 unwindstack::Maps* stack_maps() { return stack_maps_.get(); } in stack_maps()
68 std::unique_ptr<unwindstack::Maps> stack_maps_;
DUnwindStackMap.cpp102 unwindstack::Maps* maps = stack_maps(); in GetFunctionName()
/system/core/libunwindstack/
DMaps.cpp42 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()
DDexFiles.cpp132 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
DJitDebug.cpp174 void JitDebug::Init(Maps* maps) { in Init()
184 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf()
DGlobal.cpp60 void Global::FindAndReadVariable(Maps* maps, const char* var_str) { in FindAndReadVariable()
/system/extras/simpleperf/
DOfflineUnwinder_impl.h25 class UnwindMaps : public unwindstack::Maps {
/system/core/debuggerd/libdebuggerd/test/
DUnwinderMock.h25 UnwinderMock() : Unwinder(128, new unwindstack::Maps, nullptr) {} in UnwinderMock()
/system/memory/libmeminfo/include/meminfo/
Dprocmeminfo.h39 const std::vector<Vma>& Maps();
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp91 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()
Dgwp_asan.cpp169 unwindstack::Maps* maps = unwinder->GetMaps(); in BuildFrame()
/system/core/libunwindstack/tests/
DMapsTest.cpp47 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()
DMapInfoCreateMemoryTest.cpp284 Maps maps; in TEST_F()
324 Maps maps; in TEST_F()
371 Maps maps; in TEST_F()
DUnwindTest.cpp129 static void VerifyUnwind(pid_t pid, Maps* maps, Regs* regs, in VerifyUnwind()
164 std::unique_ptr<Maps> maps; in InnerFunction()
/system/extras/app-launcher/
DREADME35 Maps
79 Maps :
/system/memory/libmeminfo/tools/
Dprocmem.cpp195 std::vector<Vma> maps(proc.Maps()); in main()
Dlibrank.cpp171 const std::vector<Vma> maps = pmem.Maps(); in scan_libs_per_process()
/system/extras/memory_replay/traces/
DTRACES13 Trace of the Google Maps app from start-up while looking at various parts
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()

12