Searched refs:ScopedCurrentArch (Results 1 – 5 of 5) sorted by relevance
62 class ScopedCurrentArch {64 ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function67 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
24 ArchType ScopedCurrentArch::current_arch = GetBuildArch();
74 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
341 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()572 UnwindCallChain(ScopedCurrentArch::GetCurrentArch(), *sample->thread, regs, stack); in ProcessSampleRecord()
509 GetRegName(i, ScopedCurrentArch::GetCurrentArch()).c_str(), in DumpData()