Searched refs:ScopedCurrentArch (Results 1 – 7 of 7) sorted by relevance
66 class ScopedCurrentArch {68 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function72 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
28 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED;29 ArchType ScopedCurrentArch::current_arch32 = ARCH_UNSUPPORTED;156 arch = (abi == PERF_SAMPLE_REGS_ABI_32) ? ScopedCurrentArch::GetCurrentArch32() in RegSet()157 : ScopedCurrentArch::GetCurrentArch(); in RegSet()164 if (ScopedCurrentArch::GetCurrentArch() == ARCH_ARM64 && abi == PERF_SAMPLE_REGS_ABI_32) { in RegSet()
75 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
197 ScopedCurrentArch scoped_arch(GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in UnwindRecordFile()
495 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
351 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()
778 GetRegName(i, ScopedCurrentArch::GetCurrentArch()).c_str(), in DumpData()