HomeSort by relevance Sort by last modified time
    Searched refs:noinline (Results 251 - 275 of 401) sorted by null

<<11121314151617

  /bionic/libc/bionic/
libc_init_dynamic.cpp 77 __attribute__((noinline))
  /bionic/linker/
linker_gdb_support.cpp 38 void __attribute__((noinline)) __attribute__((visibility("default"))) rtld_db_dlactivity();
  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_local.cc 11 __attribute__((noinline))
mini_bench_shared.cc 11 __attribute__((noinline))
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 41 void *__attribute__((noinline))
enable_execute_stack_test.c 48 void *__attribute__((noinline))
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 39 void __attribute__ ((noinline)) setFunctionPointers () {
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpgfpxmethod_binom.c 94 #pragma noinline
  /external/libffi/testsuite/libffi.call/
many2.c 16 __attribute__((noinline))
  /external/ltp/testcases/kernel/syscalls/profil/
profil01.c 54 static void __attribute__ ((noinline)) *get_pc(void)
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
many2.c 16 __attribute__((noinline))
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 477 __attribute__((noinline)) void Acquire2() { L(2); }
478 __attribute__((noinline)) void Acquire1() { L(1); }
479 __attribute__((noinline)) void Acquire0() { L(0); }
480 __attribute__((noinline)) void Acquire_1_then_0() { Acquire1(); Acquire0(); }
481 __attribute__((noinline)) void Acquire_0_then_1() { Acquire0(); Acquire1(); }
482 __attribute__((noinline)) void Acquire_1_then_2() { Acquire1(); Acquire2(); }
483 __attribute__((noinline)) void Acquire_2_then_0() { Acquire2(); Acquire0(); }
  /art/test/476-checker-ctor-fence-redun-elim/src/
Main.java 63 stringEquals$noinline$(expected, actual);
67 private static void stringEquals$noinline$(String expected, Object actual) {
313 noEscape$noinline$();
376 private static void noEscape$noinline$() {
455 invoke$noinline$(b);
464 private static void invoke$noinline$(Object b) {
  /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.
  /art/test/623-checker-loop-regressions/src/
Main.java 307 /// CHECK-START-ARM: void Main.$noinline$stringToShorts(short[], java.lang.String) loop_optimization (after)
310 /// CHECK-START-ARM64: void Main.$noinline$stringToShorts(short[], java.lang.String) loop_optimization (after)
313 private static void $noinline$stringToShorts(short[] dest, String src) {
321 private static void $noinline$foo(boolean x, int n) {
325 $noinline$foo(!x, n - 1);
326 $noinline$foo(!x, n - 2);
327 $noinline$foo(!x, n - 3);
328 $noinline$foo(!x, n - 4);
338 $noinline$foo(true, i);
701 $noinline$stringToShorts(s2s, "abcdefghijkl")
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 31 __attribute__((noinline, noreturn)) void LongJump(jmp_buf env) {
37 __attribute__((noinline)) void CallNoReturn() {
  /external/libcxx/test/support/
test_macros.h 293 #define TEST_NOINLINE __attribute__((noinline))
296 #define TEST_NOINLINE __declspec(noinline)
  /external/perfetto/src/profiling/memory/
unwinding_unittest.cc 75 void __attribute__((noinline))
89 RecordMemory __attribute__((noinline)) GetRecord(WireMessage* msg) {
  /external/skia/include/core/
SkPostConfig.h 232 # define SK_NEVER_INLINE __declspec(noinline)
234 # define SK_NEVER_INLINE SK_ATTRIBUTE(noinline)
  /external/skqp/include/core/
SkPostConfig.h 232 # define SK_NEVER_INLINE __declspec(noinline)
234 # define SK_NEVER_INLINE SK_ATTRIBUTE(noinline)
  /art/test/496-checker-inlining-class-loader/src/
Main.java 123 FirstSeenByMyClassLoader.$noinline$bar();
  /art/test/616-cha-interface-default/src/
Main.java 75 if (sMain1.$noinline$bar() != -1) {
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_control_c.cc 12 static void __declspec(noinline) CrashOnProcessDetach() {
  /external/eigen/bench/
bench_reverse.cpp 18 __attribute__ ((noinline)) void bench_reverse(const MatrixType& m)
  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave.c 32 static uint32_t __attribute__((noinline)) foo(uint32_t x) { return x * x; }

Completed in 2287 milliseconds

<<11121314151617