/external/kernel-headers/original/linux/ |
linkage.h | 38 .section .kprobes.text, "ax"; \
|
/bionic/libc/kernel/common/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/development/ndk/platforms/android-3/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
linkage.h | 45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
/external/v8/src/arm/ |
ic-arm.cc | 134 static const int kProbes = 4; 135 for (int i = 0; i < kProbes; i++) { 158 if (i != kProbes - 1) { 329 static const int kProbes = 4; 330 for (int i = 0; i < kProbes; i++) { 347 if (i != kProbes - 1) { [all...] |
stub-cache-arm.cc | 146 static const int kProbes = 4; 151 // If names of slots in range from 1 to kProbes - 1 for the hash value are 152 // not equal to the name and kProbes-th slot is not used (its name is the 156 for (int i = 0; i < kProbes; i++) { 180 if (i != kProbes - 1) { [all...] |
code-stubs-arm.cc | [all...] |
/external/v8/src/ia32/ |
ic-ia32.cc | 125 static const int kProbes = 4; 129 for (int i = 0; i < kProbes; i++) { 145 if (i != kProbes - 1) { 332 const int kProbes = 4; 333 for (int i = 0; i < kProbes; i++) { 351 if (i != (kProbes - 1)) { [all...] |
stub-cache-ia32.cc | 152 static const int kProbes = 4; 157 // If names of slots in range from 1 to kProbes - 1 for the hash value are 158 // not equal to the name and kProbes-th slot is not used (its name is the 162 for (int i = 0; i < kProbes; i++) { 183 if (i != kProbes - 1) { [all...] |
code-stubs-ia32.cc | [all...] |
/external/v8/src/x64/ |
ic-x64.cc | 124 static const int kProbes = 4; 128 for (int i = 0; i < kProbes; i++) { 144 if (i != kProbes - 1) { 342 const int kProbes = 4; 343 for (int i = 0; i < kProbes; i++) { 361 if (i != (kProbes - 1)) { [all...] |
stub-cache-x64.cc | 127 static const int kProbes = 4; 132 // If names of slots in range from 1 to kProbes - 1 for the hash value are 133 // not equal to the name and kProbes-th slot is not used (its name is the 137 for (int i = 0; i < kProbes; i++) { 158 if (i != kProbes - 1) { [all...] |
code-stubs-x64.cc | [all...] |