Home
last modified time | relevance | path

Searched refs:LocalMaps (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DMaps.h94 class LocalMaps : public RemoteMaps {
96 LocalMaps() : RemoteMaps(getpid()) {} in LocalMaps() function
97 virtual ~LocalMaps() = default;
/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp87 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory()
99 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory()
157 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory_no_func_names()
169 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory_no_func_names()
DElfBenchmark.cpp103 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_object()
127 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_file()
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp178 maps.reset(new LocalMaps()); in InnerFunction()
392 LocalMaps maps; in TEST_F()
460 LocalMaps maps; in TEST_F()
523 LocalMaps maps; in TEST_F()
/system/unwinding/libbacktrace/
DUnwindStackMap.cpp38 stack_maps_.reset(new unwindstack::LocalMaps); in Build()
/system/unwinding/libunwindstack/
DUnwinder.cpp399 maps_ptr_.reset(new LocalMaps()); in Init()