Home
last modified time | relevance | path

Searched refs:GetDexFiles (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/profiling/common/
Dunwind_support.h108 unwindstack::DexFiles* GetDexFiles(unwindstack::ArchEnum arch);
Dunwind_support.cc126 unwindstack::DexFiles* UnwindingMetadata::GetDexFiles(unwindstack::ArchEnum arch) { in GetDexFiles() function in perfetto::profiling::UnwindingMetadata
/external/perfetto/src/profiling/memory/
Dunwinding.cc151 unwinder.SetDexFiles(metadata->GetDexFiles(regs->Arch())); in DoUnwind()
172 unwinder.SetDexFiles(metadata->GetDexFiles(regs->Arch())); in DoUnwind()
/external/perfetto/src/profiling/perf/
Dunwinding.cc343 unwinder.SetDexFiles(unwind_state->GetDexFiles(regs_copy->Arch())); in UnwindSample()