Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h70 current_arch32 = GetArchForAbi(arch, PERF_SAMPLE_REGS_ABI_32); in ScopedCurrentArch()
74 current_arch32 = GetArchForAbi(saved_arch, PERF_SAMPLE_REGS_ABI_32); in ~ScopedCurrentArch()
80 return current_arch32; in GetCurrentArch32()
86 static ArchType current_arch32; variable
Dperf_regs.cpp29 ArchType ScopedCurrentArch::current_arch32 = ARCH_UNSUPPORTED; member in ScopedCurrentArch