Home
last modified time | relevance | path

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

/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp62 unwindstack::LocalMaps maps; in BM_uncached_unwind()
75 unwindstack::LocalMaps maps; in BM_cached_unwind()
108 unwindstack::LocalMaps maps; in BM_get_build_id_from_elf()
130 unwindstack::LocalMaps maps; in BM_get_build_id_from_file()
/system/core/libunwindstack/include/unwindstack/
DMaps.h93 class LocalMaps : public RemoteMaps {
95 LocalMaps() : RemoteMaps(getpid()) {} in LocalMaps() function
96 virtual ~LocalMaps() = default;
/system/core/libunwindstack/tests/
DUnwindTest.cpp167 maps.reset(new LocalMaps()); in InnerFunction()
381 LocalMaps maps; in TEST_F()
449 LocalMaps maps; in TEST_F()
/system/core/libbacktrace/
DUnwindStackMap.cpp38 stack_maps_.reset(new unwindstack::LocalMaps); in Build()
/system/core/libunwindstack/
DUnwinder.cpp368 maps_ptr_.reset(new LocalMaps()); in Init()