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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/arm64/
cvtf_imm.c 15 __attribute__((noinline)) double do_scvtf_d_x_imm1 ( Long x )
23 __attribute__((noinline)) double do_scvtf_d_x_imm32 ( Long x )
31 __attribute__((noinline)) double do_scvtf_d_x_imm64 ( Long x )
40 __attribute__((noinline)) double do_ucvtf_d_x_imm1 ( Long x )
48 __attribute__((noinline)) double do_ucvtf_d_x_imm32 ( Long x )
56 __attribute__((noinline)) double do_ucvtf_d_x_imm64 ( Long x )
68 __attribute__((noinline)) double do_scvtf_d_w_imm1 ( Int x )
76 __attribute__((noinline)) double do_scvtf_d_w_imm16 ( Int x )
84 __attribute__((noinline)) double do_scvtf_d_w_imm32 ( Int x )
93 __attribute__((noinline)) double do_ucvtf_d_w_imm1 ( Int x
    [all...]
  /art/test/565-checker-doublenegbitwise/smali/
SmaliTests.smali 22 ## CHECK-START: int SmaliTests.$opt$noinline$andToOr(int, int) instruction_simplifier (before)
30 ## CHECK-START: int SmaliTests.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
37 ## CHECK-START: int SmaliTests.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
41 ## CHECK-START: int SmaliTests.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
43 .method public static $opt$noinline$andToOr(II)I
70 ## CHECK-START: boolean SmaliTests.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier (before)
79 ## CHECK-START: boolean SmaliTests.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier (after)
86 ## CHECK-START: boolean SmaliTests.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after)
90 ## CHECK-START: boolean SmaliTests.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after)
92 .method public static $opt$noinline$booleanAndToOr(ZZ)
    [all...]
  /art/test/486-checker-must-do-null-check/src/
Main.java 39 ((Main)o).$noinline$Bar();
45 ((Main)o).$noinline$Bar();
48 void $noinline$Bar() {throw new RuntimeException();}
  /art/test/597-deopt-busy-loop/src/
Main.java 46 public void $noinline$busyLoop() {
65 ensureJitCompiled(Main.class, "$noinline$busyLoop");
66 $noinline$busyLoop();
  /external/clang/test/CodeGen/
attr-optnone.c 26 // Check for both noinline and optnone on each optnone function.
27 // PRESENT-DAG: attributes [[ATTR3]] = { {{.*}}noinline{{.*}}optnone{{.*}} }
28 // PRESENT-DAG: attributes [[ATTR4]] = { {{.*}}noinline{{.*}}optnone{{.*}} }
ms-declspecs.c 30 __declspec(noinline) void t2() {}
40 // CHECK: attributes [[NAKED]] = { naked noinline nounwind{{.*}} }
42 // CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
2007-06-15-AnnotateAttribute.c 9 __attribute__((noinline));
noduplicate-cxx11-test.cpp 3 // This was a problem in Sema, but only shows up as noinline missing
  /external/compiler-rt/test/asan/TestCases/Linux/
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/
heavy_uar_test.cc 12 __attribute__((noinline))
18 __attribute__((noinline))
26 __attribute__((noinline))
alloca_big_alignment.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_overflow_partial.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_overflow_right.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_underflow_left.cc 7 __attribute__((noinline)) void foo(int index, int len) {
  /external/valgrind/memcheck/tests/solaris/
brk.c 12 __attribute__((noinline))
38 __attribute__((noinline))
59 __attribute__((noinline))
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16249.go 17 //go:noinline
24 //go:noinline
42 //go:noinline
issue21048.go 38 //go:noinline
47 //go:noinline
58 //go:noinline
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16249.go 17 //go:noinline
24 //go:noinline
42 //go:noinline
issue21048.go 38 //go:noinline
47 //go:noinline
58 //go:noinline
  /art/test/542-unresolved-access-check/src/p1/
InP1.java 55 return $noinline$AllocateOtherInP1().instanceField;
62 $noinline$AllocateOtherInP1().instanceField = new Object();
65 public static OtherInP1 $noinline$AllocateOtherInP1() {
91 return $noinline$AllocateOtherInP1().doTheInstanceCall();
  /external/clang/test/CodeGenCXX/
optnone-def-decl.cpp 5 // both alwaysinline and noinline. (optnone implies noinline and wins
92 // CHECK: attributes [[OPTNONE]] = { noinline nounwind optnone {{.*}} }
94 // CHECK-NOT: noinline
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref.cc 5 __attribute__((noinline))
  /external/compiler-rt/test/msan/
backtrace.cc 9 __attribute__((noinline))
cxa_atexit.cc 18 __attribute__((noinline))
  /external/compiler-rt/test/tsan/
simple_stack.c 6 void __attribute__((noinline)) foo1() {
10 void __attribute__((noinline)) bar1() {
15 void __attribute__((noinline)) foo2() {
19 void __attribute__((noinline)) bar2() {

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>