Searched refs:SetDexFiles (Results 1 – 3 of 3) sorted by relevance
110 void SetDexFiles(DexFiles* dex_files, ArchEnum arch);
368 void Unwinder::SetDexFiles(DexFiles* dex_files, ArchEnum arch) { in SetDexFiles() function in unwindstack::Unwinder392 SetDexFiles(dex_files_, arch); in Init()
59 unwinder.SetDexFiles(stack_map->GetDexFiles(), regs->Arch()); in Unwind()