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

/external/clang/test/Analysis/
H A Dcrash-trace.c6 void inlined() { function
11 inlined();
17 // CHECK-NEXT: #0 void inlined()
H A Dunreachable-code-path.c143 void inlined(int condition) { function
155 inlined(0);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-354357.js31 function inlined() { function
35 inlined();
/external/chromium_org/v8/test/mjsunit/
H A Dconstant-compare-nil-value.js30 function inlined() { function
35 if ((inlined() + 0.5) == null) return "null";
/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/0.153/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/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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A DMakefile387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
389 @ echo nmake clean VC-inlined (to build the MSVC inlined dll with C cleanup code)
394 @ echo nmake clean VCE-inlined-debug (to build the debug MSVC inlined dll with C++ exception handling)
395 @ echo nmake clean VSE-inlined-debug (to build the debug MSVC inlined dl
[all...]
/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.
200 // Update the code attribute if any code has been inlined.
231 // the modification of a few inlined instructions.
240 inlined = true;
428 inlined = false;
430 // Append a label, in case the invocation will be inlined
[all...]
/external/lldb/examples/python/
H A Dsymbolication.py49 self.inlined = False
66 return self.inlined
89 self.inlined = False
109 self.inlined = True
110 self.symbolication += ' [inlined] ' + inlined_block.GetInlinedName();
/external/chromium_org/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/chromium_org/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/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py1492 """Transform sum(genexpr) into an equivalent inlined aggregation loop.
1728 inlined = ExprNodes.InlinedDefNodeCallNode(
1731 if inlined.can_be_inlined():
1732 return self.replace(node, inlined)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 959 milliseconds