Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwinding.h105 dex_files(std::unique_ptr<unwindstack::DexFiles>( in UnwindingMetadata()
118 dex_files = std::unique_ptr<unwindstack::DexFiles>( in ReparseMaps()
129 std::unique_ptr<unwindstack::DexFiles> dex_files; member
Dunwinding.cc202 unwinder.SetDexFiles(metadata->dex_files.get(), regs->Arch()); in DoUnwind()
214 unwinder.SetDexFiles(metadata->dex_files.get(), regs->Arch()); in DoUnwind()