HomeSort by relevance Sort by last modified time
    Searched full:noinline (Results 876 - 900 of 1348) sorted by null

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/test/
inline.go 29 //go:noinline
reorder2.go 61 //go:noinline
71 //go:noinline
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 25 //go:noinline
  /prebuilts/go/linux-x86/test/
inline.go 29 //go:noinline
reorder2.go 61 //go:noinline
71 //go:noinline
  /system/core/libmemunreachable/tests/
MemUnreachable_test.cpp 67 void __attribute__((noinline)) CleanStack(size_t size) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
relro_test.cc 126 void f2() __attribute__ ((noinline));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 353 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
364 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
538 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
751 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
764 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
copy.go 14 //go:noinline
35 //go:noinline
56 //go:noinline
77 //go:noinline
98 //go:noinline
119 //go:noinline
140 //go:noinline
161 //go:noinline
182 //go:noinline
203 //go:noinline
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
copy.go 14 //go:noinline
35 //go:noinline
56 //go:noinline
77 //go:noinline
98 //go:noinline
119 //go:noinline
140 //go:noinline
161 //go:noinline
182 //go:noinline
203 //go:noinline
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function.py 750 You can pass an optional keyword parameter `noinline=True|False` to
758 'noinline'.
910 noinline = kwargs.pop("noinline", None)
911 if noinline is not None:
912 attrs["_noinline"] = attr_value_pb2.AttrValue(b=bool(noinline))
    [all...]
  /art/runtime/jit/
debugger_interface.cc 121 void __attribute__((noinline)) __jit_debug_register_code() {
132 void __attribute__((noinline)) __dex_debug_register_code() {
  /art/test/615-checker-arm64-store-zero/src/
Main.java 21 public void $noinline$foo(int in_w1,
55 $noinline$foo(1, 2, 3, 4, 5, 6, 7, // Integral values in registers.
  /external/deqp/data/gles2/shaders/
keywords.test 928 case noinline
940 float noinline = 1.0;
  /external/llvm/test/Transforms/ObjCARC/
ensure-that-exception-unwind-path-is-visited.ll 87 define internal fastcc void @ThrowFunc(i8* %obj) uwtable noinline ssp !dbg !27 {
110 ; CHECK: attributes #3 = { noinline ssp uwtable }
  /external/llvm/utils/
shuffle_fuzz.py 154 define internal fastcc <%(N)d x %(T)s> @test(%(arguments)s) noinline nounwind {
186 define internal fastcc <%(N)d x %(T)s> @test_wrapper(%(arguments)s) optnone noinline {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 61 if (Attrs & Attribute::NoInline)
62 Result += "noinline ";
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 99 // This is go:noinline because the point is to keep the stack frames
102 //go:noinline
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 99 // This is go:noinline because the point is to keep the stack frames
102 //go:noinline
  /system/nvram/messages/include/nvram/messages/
proto.hpp 131 // noinline to prevent the compiler from inlining |Codec::Encode| for every
139 // noinline to prevent the compiler from inlining |Codec::Decode| for every
  /bionic/benchmarks/
stdio_benchmark.cpp 243 char* permissions, uintptr_t* offset, int* name_pos) __attribute__((noinline)) {
  /bionic/libc/bionic/
pthread_mutex.cpp 177 // ARM/ARM64, which increases at most 20 percent overhead. So make it noinline.
178 static int __attribute__((noinline)) PIMutexTimedLock(PIMutex& mutex,
789 // ARM64. So make it noinline.
790 static int __attribute__((noinline)) HandleUsingDestroyedMutex(pthread_mutex_t* mutex,
    [all...]
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 39 void __attribute__ ((noinline)) setFunctionPointers () {
  /external/eigen/bench/btl/generic_bench/
btl.hh 36 #define BTL_DONT_INLINE __attribute__((noinline))
  /external/google-benchmark/test/
benchmark_test.cc 22 #define BENCHMARK_NOINLINE __attribute__((noinline))

Completed in 1254 milliseconds

<<31323334353637383940>>