/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/ |
coalesce2.s | 2 .global foo 5 foo: label
|
lcall2.s | 1 .global foo 3 foo: label
|
/external/v8/test/message/ |
nonstrict-arguments.js | 30 function foo() { function
|
nonstrict-eval.js | 30 function foo() { function
|
/external/clang/test/CodeGenCXX/ |
pr13396.cpp | 2 struct foo { struct 4 __attribute__ ((regparm (3))) foo(T x) {} function in struct:foo 5 __attribute__ ((regparm (3))) foo(); 6 __attribute__ ((regparm (3))) ~foo(); 9 foo::foo() { function in class:foo 10 // CHECK-LABEL: define void @_ZN3fooC2Ev(%struct.foo* inreg %this) 11 // CHECK-LABEL: define void @_ZN3fooC1Ev(%struct.foo* inreg %this) 14 foo::~foo() { [all...] |
virt-dtor-key.cpp | 3 class foo { class 4 foo(); 5 virtual ~foo(); 8 foo::~foo() {
|
/external/v8/test/mjsunit/compiler/ |
osr-block-scope-func.js | 9 function foo() { function 25 assertEquals(4950, foo()()); 26 assertEquals(4950, foo()()); 27 assertEquals(4950, foo()());
|
/external/v8/test/mjsunit/ |
context-variable-assignments.js | 28 function foo() { function 37 assertEquals("hello world", foo());
|
/external/v8/test/mjsunit/regress/ |
regress-3392.js | 7 function foo() { function 15 foo(); 16 foo(); 17 %OptimizeFunctionOnNextCall(foo); 18 foo();
|
/external/v8/test/webkit/ |
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 28 function foo(a) { function 40 shouldBe("foo(42)(false)", "5");
|
dfg-int32-to-double-on-known-number.js | 28 function foo(a, b) { function 43 shouldBe("foo({f:5}, 42.5)", "52.5");
|
dfg-putbyval-cfa-clobber.js | 30 function foo(a, b) { function 45 shouldBe("foo(array, -1)", "57");
|
dfg-cse-cfa-discrepancy.js | 28 function foo(a, b) { function 53 shouldBe("foo(i, i + 1)", "162");
|
/art/test/003-omnibus-opcodes/src/ |
UnresClass.java | 8 int foo; field in class:UnresClass
|
/art/test/010-instance/src/ |
X.java | 5 int foo() { method in class:X
|
/art/test/042-new-instance/src/ |
MaybeAbstract.java | 19 int foo() { return 0; } method in class:MaybeAbstract
|
/art/test/042-new-instance/src2/ |
MaybeAbstract.java | 19 int foo() { return 0; } method in class:MaybeAbstract
|
/art/test/075-verification-error/src/ |
MaybeAbstract.java | 19 int foo() { return 0; } method in class:MaybeAbstract
|
/art/test/075-verification-error/src2/ |
MaybeAbstract.java | 19 int foo() { return 0; } method in class:MaybeAbstract
|
/art/test/612-jit-dex-cache/src/ |
A.java | 18 public int foo() { method in class:A
|
/art/test/613-inlining-dex-cache/src/ |
B.java | 18 public void foo() { method in class:B
|
/build/kati/testcase/ |
abspath.mk | 0 foo = $(abspath ./foo bar/../foo bar//..//foo / /usr) 5 echo $(foo) 1 foo = $(abspath .\/foo bar\/..\/foo bar\/\/..\/\/foo \/ \/usr) macro
|
include_var.mk | 0 foo=foo.d missing.d 5 echo "foo: bar" > foo.d 7 test2: foo 12 -include $(foo) 1 foo=foo.d missing.d macro
|
/external/clang/test/Analysis/ |
analyzer-config.c | 5 void foo() { function
|
concrete-address.c | 4 void foo() { function
|