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

12

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 332 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
343 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
504 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
654 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
667 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
896 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) {
908 NOINLINE void Drain(SizeClassAllocator *allocator, uptr class_id) {
    [all...]
sanitizer_stoptheworld_linux_libcdep.cc 281 NOINLINE static void WipeStack() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 50 static void NOINLINE InitModule(ModuleDesc *m) {
  /external/compiler-rt/lib/asan/
asan_report.cc 745 void NOINLINE __asan_set_error_report_callback(void (*callback)(const char*)) {
762 SANITIZER_WEAK_ATTRIBUTE SANITIZER_INTERFACE_ATTRIBUTE NOINLINE
  /external/valgrind/unittest/
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 46 # define NOINLINE __attribute__((noinline))
48 # define NOINLINE
54 extern _X_HIDDEN NOINLINE CARD32 __glXReadReply( Display *dpy, size_t size,
57 extern _X_HIDDEN NOINLINE void __glXReadPixelReply( Display *dpy,
62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
glsl_parser.cc 288 NOINLINE = 397,
489 #define NOINLINE 397
    [all...]
indirect.c 50 # define NOINLINE __attribute__((noinline))
52 # define NOINLINE
67 NOINLINE CARD32
92 NOINLINE void
136 NOINLINE FASTCALL GLubyte *
151 NOINLINE FASTCALL GLubyte *
180 static FASTCALL NOINLINE void
192 static FASTCALL NOINLINE void
204 static FASTCALL NOINLINE voi
    [all...]
glsl_lexer.cc     [all...]
  /external/compiler-rt/lib/msan/
msan.cc 372 NOINLINE
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 434 NOINLINE static void CrashIntentionally() {
442 NOINLINE static void MaybeTriggerAsanError(const GURL& url) {
    [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 209 milliseconds

12