HomeSort by relevance Sort by last modified time
    Searched refs:_PROF_PROLOGUE (Results 1 - 9 of 9) sorted by null

  /bionic/libc/arch-arm/include/machine/
asm.h 77 # define _PROF_PROLOGUE \
80 # define _PROF_PROLOGUE \
84 # define _PROF_PROLOGUE
87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
asm.h 77 # define _PROF_PROLOGUE \
80 # define _PROF_PROLOGUE \
84 # define _PROF_PROLOGUE
87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
asm.h 77 # define _PROF_PROLOGUE \
80 # define _PROF_PROLOGUE \
84 # define _PROF_PROLOGUE
87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
asm.h 77 # define _PROF_PROLOGUE \
80 # define _PROF_PROLOGUE \
84 # define _PROF_PROLOGUE
87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-8/arch-arm/usr/include/machine/
asm.h 77 # define _PROF_PROLOGUE \
80 # define _PROF_PROLOGUE \
84 # define _PROF_PROLOGUE
87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /bionic/libc/arch-x86/include/machine/
asm.h 107 # define _PROF_PROLOGUE \
110 # define _PROF_PROLOGUE
113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
115 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-5/arch-x86/usr/include/machine/
asm.h 107 # define _PROF_PROLOGUE \
110 # define _PROF_PROLOGUE
113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
115 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /ndk/build/platforms/android-8/arch-x86/usr/include/machine/
asm.h 107 # define _PROF_PROLOGUE \
110 # define _PROF_PROLOGUE
113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
115 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /bionic/libc/arch-sh/include/machine/
asm.h 81 #define _PROF_PROLOGUE \
90 #define _PROF_PROLOGUE
93 #define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
95 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)) _PROF_PROLOGUE

Completed in 3148 milliseconds