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