Searched refs:dex_file_map (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | JITDebugReader_test.cpp | 89 ASSERT_TRUE(info.dex_file_map); in TEST() 90 ASSERT_EQ(info.dex_file_map->start_addr, reinterpret_cast<uintptr_t>(symfile_addr)); in TEST() 91 ASSERT_EQ(info.dex_file_map->len, symfile_size); in TEST() 92 ASSERT_TRUE(android::base::StartsWith(info.dex_file_map->name, kDexFileInMemoryPrefix)); in TEST()
|
D | JITDebugReader.h | 114 std::shared_ptr<ThreadMmap> dex_file_map; member 128 const std::string& file_path, const std::shared_ptr<ThreadMmap>& dex_file_map, in JITDebugInfo() 136 dex_file_map(dex_file_map), in JITDebugInfo()
|
D | JITDebugReader.cpp | 724 std::shared_ptr<ThreadMmap> dex_file_map; in ReadDexFileDebugInfo() local 730 dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo() 738 dex_file_map.reset(new ThreadMmap(dex_entry.symfile_addr, dex_entry.symfile_size, 0, in ReadDexFileDebugInfo() 745 dex_file_map, std::move(symbols)); in ReadDexFileDebugInfo()
|
D | cmd_record.cpp | 1696 if (info.dex_file_map) { in ProcessJITDebugInfo() 1697 ThreadMmap& map = *info.dex_file_map; in ProcessJITDebugInfo()
|