Home
last modified time | relevance | path

Searched refs:current_arch (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dperf_regs.h69 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch()
70 current_arch = arch; in ScopedCurrentArch()
74 current_arch = saved_arch; in ~ScopedCurrentArch()
78 return current_arch; in GetCurrentArch()
86 static ArchType current_arch; variable
Dperf_regs.cpp26 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED; member in ScopedCurrentArch