Home
last modified time | relevance | path

Searched refs:offset_map (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dread_apk.cpp41 auto it = node.offset_map.find(file_offset); in FindElfInApkByOffset()
42 if (it != node.offset_map.end()) { in FindElfInApkByOffset()
47 node.offset_map[file_offset] = std::move(elf); in FindElfInApkByOffset()
65 node.offset_map[result->entry_offset()] = std::move(elf); in FindElfInApkByName()
Dread_apk.h83 std::unordered_map<uint64_t, std::unique_ptr<EmbeddedElf>> offset_map; member