Home
last modified time | relevance | path

Searched defs:PROGRAM_COUNTER (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/platform_testing/utils/shell-as/
H A Dregisters.h23 #define PROGRAM_COUNTER(regs) (regs.pc) macro
29 #define PROGRAM_COUNTER(regs) (regs.eip) macro
35 #define PROGRAM_COUNTER(regs) (regs.rip) macro
40 #define PROGRAM_COUNTER(regs) (regs.ARM_pc) macro
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_context.h48 PROGRAM_COUNTER, // as returned by stack tracing (e.g. by StackTrace) enumerator