HomeSort by relevance Sort by last modified time
    Searched refs:inlined (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/clang/test/Analysis/
crash-trace.c 10 void inlined() { function
15 inlined();
21 // CHECK-NEXT: #0 void inlined()
unreachable-code-path.c 143 void inlined(int condition) { function
155 inlined(0);
  /external/compiler-rt/test/asan/TestCases/
use-after-scope-inlined.cc 11 void inlined(int arg) { function
18 inlined(argc);
23 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
  /external/elfutils/src/libdw/
dwarf_getscopes.c 43 unsigned int inlined, nscopes; member in struct:args
77 a->inlined = depth;
84 concrete inlined instance. */
130 a->nscopes = depth + 1 - a->inlined;
144 if (a->inlined == 0)
150 /* This is the concrete inlined instance itself.
152 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
165 /* We've recorded the scopes back to one that is a concrete inlined
169 assert (a->inlined);
170 if (depth >= a->inlined)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
70 return f1(y, z); /* f should be inlined into g, note rotated arguments */
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
78 return f3(x, y, z); /* f should be inlined into g, note argument count mismatch */
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
88 return f1(local_y, local_z); /* f should be inlined into h */
96 return f2(local_y); /* f should be inlined into h */
106 return f3(local_x, local_y, local_z); /* f should be inlined into h */
126 // Check that %_IsConstructCall returns correct value when inlined
134 var non_construct = baz(0); /* baz should be inlined */
    [all...]
regress-119925.js 28 // Test that the throw is not inlined if object literals cannot be
29 // inlined.
regress-1337.js 30 // Test that the throw is not inlined if object literals cannot be
31 // inlined.
regress-354357.js 31 function inlined() { function
35 inlined();
regress-1145.js 35 // A lazily compiled function with a syntax error that is attempted inlined
51 if (x == 0) fail(); // Hope to be inlined during optimization.
regress-2261.js 55 // inlined strict mode closure after modifying an argument.
83 // deoptimizing several inlined closure after modifying an argument.
  /external/elfutils/src/tests/
run-addr2line-i-test.sh 115 foobar inlined at /tmp/x.cpp:15 in _Z3barv
119 fubar inlined at /tmp/x.cpp:20 in _Z3bazv
123 foobar inlined at /tmp/x.cpp:15 in _Z3foov
129 fubar inlined at /tmp/x.cpp:20 in _Z3foov
137 fubar inlined at /tmp/x.cpp:32 in _Z2fuv
141 foobar inlined at /tmp/x.cpp:33 in _Z2fuv
run-addr2line-i-lex-test.sh 61 foobar inlined at /tmp/x.cpp:12 in _Z3foov
65 foobar inlined at /tmp/x.cpp:12 in _Z3foov
  /external/clang/test/Analysis/inlining/
false-positive-suppression.c 154 void inlinedIsDifferent(int inlined) {
159 int *p = inlined ? &i : getNull();
161 if (!inlined)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
style_sheet_unittest.py 36 inlined = foo_x.contents_with_inlined_images
41 """ % base64.standard_b64encode('hello world'), inlined)
  /external/v8/test/mjsunit/compiler/
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
43 // Test adding a new property after allocation was inlined.
49 // Test changing the prototype after allocation was inlined.
85 // Test inlined allocation while slack tracking is still in progress.
  /external/v8/test/mjsunit/
constant-compare-nil-value.js 30 function inlined() { function
35 if ((inlined() + 0.5) == null) return "null";
  /external/v8/test/webkit/
dfg-create-inlined-arguments-in-closure-inline.js 25 "Tests that if the DFG tries to create inlined arguments from within a inlined call frame corresponding to a closure call, then we don't crash."
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 51 private static final int MAXIMUM_INLINED_CODE_LENGTH = Integer.parseInt(System.getProperty("maximum.inlined.code.length", "8"));
82 private boolean inlined; field in class:MethodInliner
94 * should be inlined, or, alternatively,
116 * should be inlined, or, alternatively,
119 * inlined invocation instructions.
154 System.err.println(" Inlined class = ["+clazz.getName()+"]");
155 System.err.println(" Inlined method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
202 // Update the code attribute if any code has been inlined.
233 // the modification of a few inlined instructions.
242 inlined = true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 272 # error illegal use of multiple inlined namespaces
275 # error illegal use of multiple inlined namespaces
278 # error illegal use of multiple inlined namespaces
283 # warning currently using inlined namespace mode which may fail \
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
250 # warning currently using inlined namespace mode which may fail \
    [all...]

Completed in 681 milliseconds

1 2 3 4 5