Home
last modified time | relevance | path

Searched refs:BufferMaps (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DMaps.h112 class BufferMaps : public Maps {
114 BufferMaps(const char* buffer) : buffer_(buffer) {} in BufferMaps() function
115 virtual ~BufferMaps() = default;
/system/core/libunwindstack/tests/
DMapsTest.cpp29 BufferMaps maps(line.c_str()); in VerifyLine()
175 BufferMaps maps( in TEST()
229 BufferMaps maps( in TEST()
265 BufferMaps maps( in TEST()
292 BufferMaps maps( in TEST()
310 BufferMaps maps( in TEST()
328 BufferMaps maps( in TEST()
561 BufferMaps maps( in TEST()
DJitDebugTest.cpp53 new BufferMaps("1000-4000 ---s 00000000 00:00 0 /fake/elf1\n" in Init()
172 std::unique_ptr<BufferMaps> maps_;
246 maps_.reset(new BufferMaps("")); in TEST_F()
DDexFilesTest.cpp55 new BufferMaps("1000-4000 ---s 00000000 00:00 0 /fake/elf\n" in Init()
105 std::unique_ptr<BufferMaps> maps_;
DUnwindOfflineTest.cpp71 maps_.reset(new BufferMaps(data.c_str())); in Init()
/system/core/libprocinfo/
Dprocess_map_benchmark.cpp59 unwindstack::BufferMaps maps(content.c_str()); in BM_unwindstack_BufferMaps()
/system/core/libunwindstack/
DMaps.cpp98 bool BufferMaps::Parse() { in Parse()