Searched defs:MapInfo (Results 1 – 3 of 3) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | MapInfo.h | 33 struct MapInfo { struct 34 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() function 45 MapInfo(MapInfo* prev_map, MapInfo* prev_real_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() argument 75 MapInfo* prev_map = nullptr; argument 83 MapInfo* prev_real_map = nullptr; argument 85 std::atomic_int64_t load_bias; 113 MapInfo(const MapInfo&) = delete; argument 114 void operator=(const MapInfo&) = delete; argument 120 std::mutex mutex_;
|
/system/core/libprocinfo/include/procinfo/ |
D | process_map.h | 160 struct MapInfo { struct 168 MapInfo(uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in MapInfo() function
|
/system/core/libunwindstack/ |
D | DexFiles.cpp | 157 DexFile* DexFiles::GetDexFile(uint64_t, MapInfo*) { in GetDexFile() argument 197 void DexFiles::GetMethodInformation(Maps*, MapInfo*, uint64_t, std::string*, uint64_t*) {} in GetMethodInformation() argument
|