Searched defs:inlined (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Analysis/
H A Dcrash-trace.c10 void inlined() { function
15 inlined();
21 // CHECK-NEXT: #0 void inlined()
H A Dunreachable-code-path.c143 void inlined(int condition) { function
155 inlined(0);
/external/v8/test/mjsunit/
H A Dconstant-compare-nil-value.js30 function inlined() { function
35 if ((inlined() + 0.5) == null) return "null";
/external/v8/test/mjsunit/regress/
H A Dregress-354357.js31 function inlined() { function
35 inlined();
/external/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-inlined.cc11 void inlined(int arg) { function
18 inlined(argc);
23 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
/external/elfutils/src/libdw/
H A Ddwarf_getscopes.c43 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/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c154 void inlinedIsDifferent(int inlined) { argument
159 int *p = inlined ? &i : getNull();
161 if (!inlined)
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java51 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.
202 // Update the code attribute if any code has been inlined.
233 // the modification of a few inlined instructions.
242 inlined = true;
430 inlined = false;
432 // Append a label, in case the invocation will be inlined
[all...]
/external/v8/src/heap/
H A Dobjects-visiting-inl.h684 // of its code and non-optimized version of all inlined functions.
685 // This is required to support bailing out from inlined code.
691 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
692 StaticVisitor::MarkObject(heap, inlined->shared()->code());
/external/v8/src/
H A Dliveedit.cc1124 // Returns true if an instance of candidate were inlined into function's code.
1141 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
1142 if (inlined->shared() == candidate) return true;
1149 // Marks code that shares the same shared function info or has inlined
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 537 milliseconds