Searched refs:inlined (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.c11 void inlined(struct S *s, int m) { function
22 inlined(&syz, m);
23 // expected-note@-1{{Calling 'inlined'}}
24 // expected-note@-2{{Returning from 'inlined'}}
97 //CHECK: <string>Calling &apos;inlined&apos;</string>
99 //CHECK: <string>Calling &apos;inlined&apos;</string>
237 //CHECK: <string>Returning from &apos;inlined&apos;</string>
239 //CHECK: <string>Returning from &apos;inlined&apos;</string>
/external/elfutils/libdw/
H A Ddwarf_getscopes.c64 unsigned int inlined, nscopes; member in struct:args
98 a->inlined = depth;
105 concrete inlined instance. */
151 a->nscopes = depth + 1 - a->inlined;
165 if (a->inlined == 0)
171 /* This is the concrete inlined instance itself.
173 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
186 /* We've recorded the scopes back to one that is a concrete inlined
190 assert (a->inlined);
191 if (depth >= a->inlined)
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java50 private static final int MAXIMUM_INLINED_CODE_LENGTH = Integer.parseInt(System.getProperty("maximum.inlined.code.length", "8"));
83 private boolean inlined; field in class:MethodInliner
95 * should be inlined, or, alternatively,
117 * should be inlined, or, alternatively,
120 * inlined invocation instructions.
165 // Update the code attribute if any code has been inlined.
196 // the modification of a few inlined instructions.
205 inlined = true;
393 inlined = false;
395 // Append a label, in case the invocation will be inlined
[all...]
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm382 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_;
384 my $namespaceMaybe = ($inlined ? "JSC::" : "");
434 if ($inlined) {
451 if ($inlined) {
466 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_;
468 my $namespaceMaybe = ($inlined ? "JSC::" : "");
535 if ($inlined) {
552 if ($inlined) {
/external/v8/src/
H A Dliveedit.cc1018 // Returns true if an instance of candidate were inlined into function's code.
1033 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
1034 if (inlined->shared() == candidate) return true;
H A Dmark-compact.cc1628 // of it's code and non-optimized version of all inlined functions.
1629 // This is required to support bailing out from inlined code.
1638 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
1639 Code* inlined_code = inlined->shared()->code();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.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 327 milliseconds