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

  /external/valgrind/unittest/
opt_tests.cc 41 void NOINLINE NotIgnoredRacey() {
45 void NOINLINE IntermediateJumpHereFunction() {
50 void NOINLINE DoTailCall() {
thread_wrappers_win.h 57 #define NOINLINE __declspec(noinline)
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 27 # define NOINLINE __declspec(noinline)
30 # define NOINLINE __attribute__((noinline))
62 NOINLINE
sanitizer_allocator_testlib.cc 60 static void NOINLINE thread_init() {
  /external/compiler-rt/lib/asan/
asan_stack.cc 39 SANITIZER_WEAK_ATTRIBUTE SANITIZER_INTERFACE_ATTRIBUTE NOINLINE
asan_rtl.cc 227 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
246 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
261 static NOINLINE void force_interface_symbols() {
396 int NOINLINE __asan_set_error_exit_code(int exit_code) {
402 void NOINLINE __asan_handle_no_return() {
412 void NOINLINE __asan_set_death_callback(void (*callback)(void)) {
asan_win.cc 115 SANITIZER_INTERFACE_ATTRIBUTE NOINLINE
asan_report.cc 700 void NOINLINE __asan_set_error_report_callback(void (*callback)(const char*)) {
717 SANITIZER_WEAK_ATTRIBUTE SANITIZER_INTERFACE_ATTRIBUTE NOINLINE
  /external/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 15 NOINLINE void *malloc_fff(size_t size) {
17 NOINLINE void *malloc_eee(size_t size) {
19 NOINLINE void *malloc_ddd(size_t size) {
21 NOINLINE void *malloc_ccc(size_t size) {
23 NOINLINE void *malloc_bbb(size_t size) {
25 NOINLINE void *malloc_aaa(size_t size) {
29 NOINLINE void *memalign_fff(size_t alignment, size_t size) {
31 NOINLINE void *memalign_eee(size_t alignment, size_t size) {
33 NOINLINE void *memalign_ddd(size_t alignment, size_t size) {
35 NOINLINE void *memalign_ccc(size_t alignment, size_t size)
    [all...]
asan_oob_test.cc 15 NOINLINE void asan_write_sized_aligned(uint8_t *p, size_t size) {
24 NOINLINE void oob_test(int size, int off) {
asan_test_utils.h 75 NOINLINE void asan_write(T *a) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 61 void NOINLINE Drain(Cache *c, Callback cb) {
82 void NOINLINE Recycle(Callback cb) {
95 void NOINLINE DoRecycle(Cache *c, Callback cb) {
162 NOINLINE QuarantineBatch* AllocBatch(Callback cb) {
sanitizer_mutex.h 46 void NOINLINE LockSlow() {
sanitizer_internal_defs.h 121 # define NOINLINE __declspec(noinline)
135 # define NOINLINE __attribute__((noinline))
sanitizer_allocator.h 329 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
340 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
502 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
625 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
638 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
875 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) {
887 NOINLINE void Drain(SizeClassAllocator *allocator, uptr class_id) {
    [all...]
sanitizer_common.cc 234 void NOINLINE __sanitizer_sandbox_on_notify(void *reserved) {
  /external/chromium/chrome/browser/
browser_main_posix.cc 96 NOINLINE void ShutdownFDReadError() {
102 NOINLINE void ShutdownFDClosedError() {
108 NOINLINE void CloseAllBrowsersAndExitPosted() {
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 56 #define NOINLINE __attribute__((noinline))
157 NOINLINE
163 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
248 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
249 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
250 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
395 NOINLINE static int GetPoisonedZero() {
419 NOINLINE void StackTestFunc() {
445 NOINLINE void StackStressFunc()
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 50 static void NOINLINE InitModule(ModuleDesc *m) {
  /external/compiler-rt/lib/msan/
msan.cc 349 NOINLINE
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 183 #define NOINLINE __attribute__ ((noinline))
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};
    [all...]

Completed in 498 milliseconds