HomeSort by relevance Sort by last modified time
    Searched refs:noinline (Results 26 - 50 of 419) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/496-checker-inlining-and-class-loader/src/
FirstSeenByMyClassLoader.java 21 public static void $noinline$bar() {
23 System.out.println("In $noinline$bar");
  /art/test/521-regression-integer-field-set/src/
Main.java 27 m.$noinline$SetInstanceField();
30 $noinline$SetStaticField();
36 private void $noinline$SetInstanceField() {
46 private static void $noinline$SetStaticField() {
  /art/test/550-checker-multiply-accumulate/src/
Main.java 38 /// CHECK-START-ARM64: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm64 (before)
46 /// CHECK-START-ARM64: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm64 (after)
53 /// CHECK-START-ARM64: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm64 (after)
57 /// CHECK-START-ARM64: int Main.$opt$noinline$mulAdd(int, int, int) disassembly (after)
60 /// CHECK-START-ARM: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm (before)
68 /// CHECK-START-ARM: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm (after)
75 /// CHECK-START-ARM: int Main.$opt$noinline$mulAdd(int, int, int) instruction_simplifier_arm (after)
79 /// CHECK-START-ARM: int Main.$opt$noinline$mulAdd(int, int, int) disassembly (after)
82 public static int $opt$noinline$mulAdd(int acc, int left, int right) {
91 /// CHECK-START-ARM64: long Main.$opt$noinline$mulSub(long, long, long) instruction_simplifier_arm64 (before
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
initialization-bug-any-order.cc 20 int __attribute__((noinline)) initX() {
clang_gcc_abi.cc 11 __attribute__((noinline))
19 __attribute__((naked, noinline)) void gcc_abi() {
32 __attribute__((naked, noinline)) void clang_abi() {
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_null_deref.cc 5 __attribute__((noinline))
  /external/elfutils/tests/
testfile_implicit_pointer.c 3 static __attribute__((noinline, noclone)) int foo (int i)
testfile_implicit_value.c 3 static __attribute__((noinline, noclone)) int foo ()
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec128.c 8 static __attribute__((noinline))
sh-mem-vec256.c 8 static __attribute__((noinline))
  /external/valgrind/memcheck/tests/x86/
sh-mem-vec128.c 8 static __attribute__((noinline))
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain5.c 10 extern foo_p __attribute__ ((noinline)) get_foo (void);
11 extern foo_p __attribute__ ((noinline)) get_foo_protected (void);
14 __attribute__ ((noinline))
21 __attribute__ ((noinline))
  /art/test/564-checker-negbitwise/src/
Main.java 38 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm64 (before)
45 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm64 (after)
51 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm64 (after)
55 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) disassembly (after)
59 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm (before)
66 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm (after)
72 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm (after)
76 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) disassembly (after)
79 public static int $opt$noinline$notAnd(int base, int mask) {
88 /// CHECK-START-ARM64: long Main.$opt$noinline$notOr(long, long) instruction_simplifier_arm64 (before
    [all...]
  /art/test/576-polymorphic-inlining/src/
Main.java 20 $noinline$testVoid(new Main());
21 $noinline$testVoid(new SubMain());
22 $noinline$testVoid(new SubSubMain());
24 $noinline$testWithReturnValue(new Main());
25 $noinline$testWithReturnValue(new SubMain());
26 $noinline$testWithReturnValue(new SubSubMain());
28 $noinline$testWithBackEdge(new Main());
29 $noinline$testWithBackEdge(new SubMain());
30 $noinline$testWithBackEdge(new SubSubMain());
40 public static void $noinline$testVoid(Main m)
    [all...]
  /external/valgrind/memcheck/tests/
origin3-no.c 17 __attribute__((noinline)) int t1(void);
18 __attribute__((noinline)) int t2(void);
19 __attribute__((noinline)) int t3(void);
20 __attribute__((noinline)) int t4(void);
21 __attribute__((noinline)) int t5(void);
22 __attribute__((noinline)) int t6(void);
38 __attribute__((noinline)) int t1(void)
48 __attribute__((noinline)) int t2(void)
58 __attribute__((noinline)) int t3(void)
68 __attribute__((noinline)) int t4(void
    [all...]
origin2-not-quite.c 16 __attribute__((noinline)) int t1(void);
17 __attribute__((noinline)) int t2(void);
18 __attribute__((noinline)) int t3(void);
32 __attribute__((noinline)) int t1(void)
41 __attribute__((noinline)) int t2(void)
50 __attribute__((noinline)) int t3(void)
  /external/valgrind/memcheck/tests/solaris/
ldynsym.c 5 __attribute__((noinline))
11 __attribute__((noinline))
17 __attribute__((noinline))
  /art/test/552-checker-sharpening/src/
Main.java 33 private static int $noinline$foo(int x) {
65 return $noinline$foo(x);
109 return $noinline$foo(-x);
111 return $noinline$foo(x);
154 x += $noinline$foo(i);
185 x += $noinline$foo(-i);
187 x += $noinline$foo(i);
194 /// CHECK-START: java.lang.String Main.$noinline$getBootImageString() sharpening (before)
197 /// CHECK-START-X86: java.lang.String Main.$noinline$getBootImageString() sharpening (after)
202 /// CHECK-START-X86_64: java.lang.String Main.$noinline$getBootImageString() sharpening (after
    [all...]
  /art/test/570-checker-osr/src/
Main.java 41 if ($noinline$returnInt() != 53) {
44 if ($noinline$returnFloat() != 42.2f) {
47 if ($noinline$returnDouble() != Double.longBitsToDouble(0xF000000000001111L)) {
50 if ($noinline$returnLong() != 0xFFFF000000001111L) {
55 $noinline$deopt();
59 $noinline$inlineCache(new Main(), /* isSecondInvocation */ false);
60 if ($noinline$inlineCache(new SubMain(), /* isSecondInvocation */ true) != SubMain.class) {
64 $noinline$inlineCache2(new Main(), /* isSecondInvocation */ false);
65 if ($noinline$inlineCache2(new SubMain(), /* isSecondInvocation */ true) != SubMain.class) {
70 $noinline$inlineCache3(new Main(), /* isSecondInvocation */ false)
    [all...]
  /art/test/551-checker-shifter-operand/src/
Main.java 53 static char $noinline$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; }
54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; }
55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; }
56 static long $noinline$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; }
57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; }
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; }
59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; }
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; }
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; }
62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v;
    [all...]
  /external/valgrind/massif/tests/
overloaded-new.cpp 17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc)
22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw ()
27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc)
32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw ()
37 __attribute__((noinline)) void operator delete (void* p) throw()
42 __attribute__((noinline)) void operator delete[] (void* p) throw()
  /art/test/565-checker-doublenegbitwise/src/
Main.java 38 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (before)
46 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
53 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
57 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
60 public static int $opt$noinline$andToOr(int a, int b) {
73 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier_after_bce (before)
83 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier_after_bce (after)
90 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier_after_bce (after)
94 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier_after_bce (after)
97 public static boolean $opt$noinline$booleanAndToOr(boolean a, boolean b)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-fork-direct.cc 13 __attribute__((noinline))
16 __attribute__((noinline))
19 __attribute__((noinline))
coverage-fork.cc 12 __attribute__((noinline))
15 __attribute__((noinline))
18 __attribute__((noinline))
  /external/compiler-rt/test/msan/
chained_origin.cc 23 __attribute__((noinline))
28 __attribute__((noinline))
33 __attribute__((noinline))

Completed in 1412 milliseconds

12 3 4 5 6 7 8 91011>>