Searched refs:map_info (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 90 unwindstack::MapInfo* map_info = info->map_info; in UnwindLog() local 93 if (map_info->offset != 0) { in UnwindLog() 94 line += android::base::StringPrintf("(offset 0x%" PRIx64 ") ", map_info->offset); in UnwindLog() 97 if (map_info->name.empty()) { in UnwindLog() 98 line += android::base::StringPrintf("<anonymous:%" PRIx64 ">", map_info->start); in UnwindLog() 100 line += map_info->name; in UnwindLog()
|
D | PointerData.cpp | 591 if (frame.map_info != nullptr && !frame.map_info->name.empty()) { in DumpLiveToFile() 592 dprintf(fd, "\"%s\"", frame.map_info->name.c_str()); in DumpLiveToFile()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 1535 unwindstack::MapInfo map_info{nullptr, nullptr, 0x10000, 0x20000, 0, in TEST_F() local 1538 std::vector<unwindstack::LocalFrameData>{{&map_info, 0x1a000, 0xa000, "level1", 0}, in TEST_F() 1539 {&map_info, 0x1b000, 0xb000, "level2", 10}}); in TEST_F()
|