Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h68 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch()
69 current_arch = arch; in ScopedCurrentArch()
73 current_arch = saved_arch; in ~ScopedCurrentArch()
77 return current_arch; in GetCurrentArch()
85 static ArchType current_arch; variable
Dperf_regs.cpp28 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED; member in ScopedCurrentArch