Searched refs:dex_entry (Results 1 – 1 of 1) sorted by relevance
746 for (auto& dex_entry : dex_entries) { in ReadDexFileDebugInfo() local748 std::lower_bound(thread_mmaps.begin(), thread_mmaps.end(), dex_entry.symfile_addr, comp); in ReadDexFileDebugInfo()753 if (it->start_addr + it->len < dex_entry.symfile_addr + dex_entry.symfile_size) { in ReadDexFileDebugInfo()771 uint64_t dex_file_offset = dex_entry.symfile_addr - it->start_addr + it->pgoff; in ReadDexFileDebugInfo()772 debug_info->emplace_back(process.pid, dex_entry.timestamp, dex_file_offset, file_path, in ReadDexFileDebugInfo()776 << dex_entry.symfile_size; in ReadDexFileDebugInfo()