Searched refs:ScopedCurrentArch (Results 1 – 9 of 9) sorted by relevance
68 class ScopedCurrentArch {70 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function73 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
30 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED;165 arch = GetArchForAbi(ScopedCurrentArch::GetCurrentArch(), abi); in RegSet()172 if (ScopedCurrentArch::GetCurrentArch() == ARCH_ARM64 && abi == PERF_SAMPLE_REGS_ABI_32) { in RegSet()
30 ScopedCurrentArch scoped_arch(arch_pair[i]); in TEST()
221 std::unique_ptr<ScopedCurrentArch> scoped_arch_;
198 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()
220 scoped_arch_.reset(new ScopedCurrentArch(GetArchType(arch))); in UseRecordingEnvironment()
150 ScopedCurrentArch scoped_arch( in ProcessFile()
498 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
442 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()