Home
last modified time | relevance | path

Searched refs:NOINLINE (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/base/debug/
Dasan_invalid_access.h20 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();
Dasan_invalid_access.cc29 NOINLINE void CorruptMemoryBlock(bool induce_crash) { in CorruptMemoryBlock()
/external/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cc7 #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/
Dunaligned_race.cc8 #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/
Dasan_test.cc15 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 …]
Dasan_oob_test.cc15 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()
Dasan_test_utils.h71 NOINLINE void asan_write(T *a) { in asan_write()
/external/libunwind/tests/
DLtest-varargs.c19 void NOINLINE
38 void NOINLINE
44 void NOINLINE
Dcrasher.c90 int c(int x) NOINLINE ALIAS(b);
97 int NOINLINE a(void) in a()
103 int NOINLINE b(int x) in b()
DGperf-simple.c57 static int NOINLINE
92 static int NOINLINE
102 static int NOINLINE
DGperf-trace.c57 static int NOINLINE
78 static int NOINLINE
88 static int NOINLINE
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h35 # define NOINLINE __declspec(noinline) macro
37 # define NOINLINE __attribute__((noinline)) macro
77 NOINLINE
/external/chromium_org/base/
Dcompiler_specific.h108 #define NOINLINE __attribute__((noinline)) macro
110 #define NOINLINE __declspec(noinline) macro
112 #define NOINLINE macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h63 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()
Dsanitizer_mutex.h50 void NOINLINE LockSlow() { in LockSlow()
138 void NOINLINE LockSlow() { in LockSlow()
152 void NOINLINE ReadLockSlow() { in ReadLockSlow()
Dsanitizer_common_libcdep.cc52 void NOINLINE
/external/compiler-rt/lib/asan/
Dasan_rtl.cc360 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/
Dcompiler.h37 # define NOINLINE __attribute__((noinline)) macro
62 # define NOINLINE macro
/external/chromium_org/content/browser/
Dbrowser_thread_impl.cc177 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()
Dbrowser_main_loop.cc249 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/
Dchrome_browser_main_posix.cc176 NOINLINE void ShutdownFDReadError() { in ShutdownFDReadError()
182 NOINLINE void ShutdownFDClosedError() { in ShutdownFDClosedError()
188 NOINLINE void ExitPosted() { in ExitPosted()
Dchrome_browser_main_extra_parts_x11.cc38 NOINLINE void WaitingForUIThreadToHandleIOError() { in WaitingForUIThreadToHandleIOError()
/external/chromium_org/chrome/browser/metrics/
Dthread_watcher.cc55 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/
Ddllmain.cc88 NOINLINE static void CrashOnProcessDetach() { in CrashOnProcessDetach()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglsl_parser.h179 NOINLINE = 397, enumerator
380 #define NOINLINE 397 macro

12