Home
last modified time | relevance | path

Searched defs:prev_map (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DMaps.cpp63 std::shared_ptr<MapInfo> prev_map; in Parse() local
80 std::shared_ptr<MapInfo> prev_map(maps_.empty() ? nullptr : maps_.back()); in Add() local
87 std::shared_ptr<MapInfo> prev_map(maps_.empty() ? nullptr : maps_.back()); in Add() local
104 std::shared_ptr<MapInfo> prev_map; in Sort() local
118 std::shared_ptr<MapInfo> prev_map; in Parse() local
H A DElf.cpp396 auto prev_map = info->GetPrevRealMap(); in CacheGet() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo()
57 static inline std::shared_ptr<MapInfo> Create(std::shared_ptr<MapInfo>& prev_map, in Create()
171 inline std::shared_ptr<MapInfo> prev_map() const { return prev_map_.lock(); } in prev_map() function
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMapInfoTest.cpp32 auto prev_map = MapInfo::Create(0, 0, 0, 0, ""); in TEST() local
48 auto prev_map = MapInfo::Create(0, 0, 0, 0, ""); in TEST() local
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h41 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function
121 inline MapInfo* prev_map() const { return prev_map_; } in prev_map() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h75 MapInfo* prev_map = nullptr; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h75 MapInfo* prev_map = nullptr; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h75 MapInfo* prev_map = nullptr; member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h75 MapInfo* prev_map = nullptr; member
/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dunwind_support.cc71 std::shared_ptr<unwindstack::MapInfo> prev_map; in Parse() local