/external/chromium_org/base/debug/ |
D | asan_invalid_access.h | 20 BASE_EXPORT NOINLINE void AsanHeapOverflow(); 23 BASE_EXPORT NOINLINE void AsanHeapUnderflow(); 26 BASE_EXPORT NOINLINE void AsanHeapUseAfterFree(); 36 BASE_EXPORT NOINLINE void AsanCorruptHeapBlock(); 40 BASE_EXPORT NOINLINE void AsanCorruptHeap();
|
D | asan_invalid_access.cc | 29 NOINLINE void CorruptMemoryBlock(bool induce_crash) { in CorruptMemoryBlock()
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-oob-frames.cc | 7 #define NOINLINE __attribute__((noinline)) macro 12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { in Frame0() 23 NOINLINE static void Frame1(int frame, char *a, char *b) { in Frame1() 27 NOINLINE static void Frame2(int frame, char *a) { in Frame2() 31 NOINLINE static void Frame3(int frame) { in Frame3()
|
/external/compiler-rt/test/tsan/ |
D | unaligned_race.cc | 8 #define NOINLINE __attribute__((noinline)) macro 24 static NOINLINE void access(volatile char *p, int sz, int rw) { in access() 52 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3() 68 static NOINLINE void 88 static NOINLINE void 108 NOINLINE void Test(bool main) { in Test()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 15 NOINLINE void *malloc_fff(size_t size) { in malloc_fff() 17 NOINLINE void *malloc_eee(size_t size) { in malloc_eee() 19 NOINLINE void *malloc_ddd(size_t size) { in malloc_ddd() 21 NOINLINE void *malloc_ccc(size_t size) { in malloc_ccc() 23 NOINLINE void *malloc_bbb(size_t size) { in malloc_bbb() 25 NOINLINE void *malloc_aaa(size_t size) { in malloc_aaa() 28 NOINLINE void free_ccc(void *p) { free(p); break_optimization(0);} in free_ccc() 29 NOINLINE void free_bbb(void *p) { free_ccc(p); break_optimization(0);} in free_bbb() 30 NOINLINE void free_aaa(void *p) { free_bbb(p); break_optimization(0);} in free_aaa() 33 NOINLINE void uaf_test(int size, int off) { in uaf_test() [all …]
|
D | asan_oob_test.cc | 15 NOINLINE void asan_write_sized_aligned(uint8_t *p, size_t size) { in asan_write_sized_aligned() 24 NOINLINE void oob_test(int size, int off) { in oob_test()
|
D | asan_test_utils.h | 71 NOINLINE void asan_write(T *a) { in asan_write()
|
/external/libunwind/tests/ |
D | Ltest-varargs.c | 19 void NOINLINE 38 void NOINLINE 44 void NOINLINE
|
D | crasher.c | 90 int c(int x) NOINLINE ALIAS(b); 97 int NOINLINE a(void) in a() 103 int NOINLINE b(int x) in b()
|
D | Gperf-simple.c | 57 static int NOINLINE 92 static int NOINLINE 102 static int NOINLINE
|
D | Gperf-trace.c | 57 static int NOINLINE 78 static int NOINLINE 88 static int NOINLINE
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_test_utils.h | 35 # define NOINLINE __declspec(noinline) macro 37 # define NOINLINE __attribute__((noinline)) macro 77 NOINLINE
|
/external/chromium_org/base/ |
D | compiler_specific.h | 108 #define NOINLINE __attribute__((noinline)) macro 110 #define NOINLINE __declspec(noinline) macro 112 #define NOINLINE macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_quarantine.h | 63 void NOINLINE Drain(Cache *c, Callback cb) { in Drain() 84 void NOINLINE Recycle(Callback cb) { in Recycle() 97 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle() 169 NOINLINE QuarantineBatch* AllocBatch(Callback cb) { in AllocBatch()
|
D | sanitizer_mutex.h | 50 void NOINLINE LockSlow() { in LockSlow() 138 void NOINLINE LockSlow() { in LockSlow() 152 void NOINLINE ReadLockSlow() { in ReadLockSlow()
|
D | sanitizer_common_libcdep.cc | 52 void NOINLINE
|
/external/compiler-rt/lib/asan/ |
D | asan_rtl.cc | 360 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 379 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 390 extern "C" NOINLINE INTERFACE_ATTRIBUTE void __asan_##type##size(uptr addr); \ in ASAN_REPORT_ERROR_N() 421 NOINLINE INTERFACE_ATTRIBUTE void __asan_loadN(uptr addr, uptr size) { 429 NOINLINE INTERFACE_ATTRIBUTE void __asan_storeN(uptr addr, uptr size) { in __asan_storeN() 441 static NOINLINE void force_interface_symbols() { in force_interface_symbols() 732 int NOINLINE __asan_set_error_exit_code(int exit_code) { in __asan_set_error_exit_code() 738 void NOINLINE __asan_handle_no_return() { in __asan_handle_no_return() 764 void NOINLINE __asan_set_death_callback(void (*callback)(void)) { in __asan_set_death_callback()
|
/external/libunwind/include/ |
D | compiler.h | 37 # define NOINLINE __attribute__((noinline)) macro 62 # define NOINLINE macro
|
/external/chromium_org/content/browser/ |
D | browser_thread_impl.cc | 177 NOINLINE void BrowserThreadImpl::UIThreadRun(base::MessageLoop* message_loop) { in UIThreadRun() 183 NOINLINE void BrowserThreadImpl::DBThreadRun(base::MessageLoop* message_loop) { in DBThreadRun() 189 NOINLINE void BrowserThreadImpl::FileThreadRun( in FileThreadRun() 196 NOINLINE void BrowserThreadImpl::FileUserBlockingThreadRun( in FileUserBlockingThreadRun() 203 NOINLINE void BrowserThreadImpl::ProcessLauncherThreadRun( in ProcessLauncherThreadRun() 210 NOINLINE void BrowserThreadImpl::CacheThreadRun( in CacheThreadRun() 217 NOINLINE void BrowserThreadImpl::IOThreadRun(base::MessageLoop* message_loop) { in IOThreadRun()
|
D | browser_main_loop.cc | 249 NOINLINE void ResetThread_DB(scoped_ptr<BrowserProcessSubThread> thread) { in ResetThread_DB() 253 NOINLINE void ResetThread_FILE(scoped_ptr<BrowserProcessSubThread> thread) { in ResetThread_FILE() 257 NOINLINE void ResetThread_FILE_USER_BLOCKING( in ResetThread_FILE_USER_BLOCKING() 262 NOINLINE void ResetThread_PROCESS_LAUNCHER( in ResetThread_PROCESS_LAUNCHER() 267 NOINLINE void ResetThread_CACHE(scoped_ptr<BrowserProcessSubThread> thread) { in ResetThread_CACHE() 271 NOINLINE void ResetThread_IO(scoped_ptr<BrowserProcessSubThread> thread) { in ResetThread_IO() 276 NOINLINE void ResetThread_IndexedDb(scoped_ptr<base::Thread> thread) { in ResetThread_IndexedDb()
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_main_posix.cc | 176 NOINLINE void ShutdownFDReadError() { in ShutdownFDReadError() 182 NOINLINE void ShutdownFDClosedError() { in ShutdownFDClosedError() 188 NOINLINE void ExitPosted() { in ExitPosted()
|
D | chrome_browser_main_extra_parts_x11.cc | 38 NOINLINE void WaitingForUIThreadToHandleIOError() { in WaitingForUIThreadToHandleIOError()
|
/external/chromium_org/chrome/browser/metrics/ |
D | thread_watcher.cc | 55 NOINLINE void StartupHang() { in StartupHang() 60 NOINLINE void ShutdownHang() { in ShutdownHang() 64 NOINLINE void ThreadUnresponsive_UI() { in ThreadUnresponsive_UI() 68 NOINLINE void ThreadUnresponsive_DB() { in ThreadUnresponsive_DB() 72 NOINLINE void ThreadUnresponsive_FILE() { in ThreadUnresponsive_FILE() 76 NOINLINE void ThreadUnresponsive_FILE_USER_BLOCKING() { in ThreadUnresponsive_FILE_USER_BLOCKING() 80 NOINLINE void ThreadUnresponsive_PROCESS_LAUNCHER() { in ThreadUnresponsive_PROCESS_LAUNCHER() 84 NOINLINE void ThreadUnresponsive_CACHE() { in ThreadUnresponsive_CACHE() 88 NOINLINE void ThreadUnresponsive_IO() { in ThreadUnresponsive_IO()
|
/external/chromium_org/base/win/ |
D | dllmain.cc | 88 NOINLINE static void CrashOnProcessDetach() { in CrashOnProcessDetach()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glsl_parser.h | 179 NOINLINE = 397, enumerator 380 #define NOINLINE 397 macro
|