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

/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/clang/test/Analysis/
H A Dcrash-trace.c6 void inlined() { function
11 inlined();
17 // CHECK-NEXT: #0 void inlined()
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Duse-after-scope-inlined.cc10 void inlined(int arg) { function
17 inlined(argc);
22 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
/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/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.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/chromium_org/v8/src/
H A Dobjects-visiting-inl.h638 // of its code and non-optimized version of all inlined functions.
639 // This is required to support bailing out from inlined code.
646 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
647 StaticVisitor::MarkObject(heap, inlined->shared()->code());
H A Dliveedit.cc1222 // Returns true if an instance of candidate were inlined into function's code.
1237 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
1238 if (inlined->shared() == candidate) return true;
/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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 234 milliseconds