Searched refs:GetDexFiles (Results 1 – 4 of 4) sorted by relevance
108 unwindstack::DexFiles* GetDexFiles(unwindstack::ArchEnum arch);
126 unwindstack::DexFiles* UnwindingMetadata::GetDexFiles(unwindstack::ArchEnum arch) { in GetDexFiles() function in perfetto::profiling::UnwindingMetadata
151 unwinder.SetDexFiles(metadata->GetDexFiles(regs->Arch())); in DoUnwind()172 unwinder.SetDexFiles(metadata->GetDexFiles(regs->Arch())); in DoUnwind()
343 unwinder.SetDexFiles(unwind_state->GetDexFiles(regs_copy->Arch())); in UnwindSample()