Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h71 current_arch32 = GetArchForAbi(arch, PERF_SAMPLE_REGS_ABI_32); in ScopedCurrentArch()
75 current_arch32 = GetArchForAbi(saved_arch, PERF_SAMPLE_REGS_ABI_32); in ~ScopedCurrentArch()
81 return current_arch32; in GetCurrentArch32()
87 static ArchType current_arch32; variable
Dperf_regs.cpp27 ArchType ScopedCurrentArch::current_arch32 = ARCH_UNSUPPORTED; member in ScopedCurrentArch