Searched defs:UnwindingMetadata (Results 1 – 2 of 2) sorted by relevance
93 struct UnwindingMetadata { struct98 UnwindingMetadata& operator=(const UnwindingMetadata&) = delete; argument101 UnwindingMetadata& operator=(UnwindingMetadata&&) = default; argument112 std::string empty_string_;113 FDMaps fd_maps;115 std::shared_ptr<unwindstack::Memory> fd_mem;116 uint64_t reparses = 0;119 std::unique_ptr<unwindstack::JitDebug> jit_debug;120 std::unique_ptr<unwindstack::DexFiles> dex_files;
94 UnwindingMetadata::UnwindingMetadata(base::ScopedFile maps_fd, in UnwindingMetadata() function in perfetto::profiling::UnwindingMetadata