HomeSort by relevance Sort by last modified time
    Searched full:inlining (Results 101 - 125 of 731) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-int32.js 25 "This tests that inlining preserves function.arguments functionality if the arguments were represented as unboxed int32."
dfg-inline-arguments-reset-changetype.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned with a different type."
dfg-inline-arguments-reset.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned."
dfg-inline-arguments-use-from-all-the-places-broken.js 25 "This attempts to test that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once; but it fails at this and instead finds other bugs particularly in the DFG stack layout machinery."
dfg-inline-arguments-use-from-getter.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from a getter."
dfg-inline-function-dot-caller.js 25 "Tests that DFG inlining does not brak function.arguments.caller."
dfg-inline-new-array-buffer-expected.txt 24 This tests that inlining correctly handles constant buffers.
dfg-inline-unused-this-method-check.js 25 "This tests that inlining a function that does not use this does not result in this being lost entirely, if we succeed in doing method check optimizations."
dfg-inline-unused-this.js 25 "This tests that inlining a function that does not use this does not result in this being lost entirely."
dfg-inlining-reg-alloc.js 25 "This tests that register allocation still works under register pressure induced by inlining, out-of-line function calls (i.e. unconditional register flushing), and slow paths for object creation (i.e. conditional register flushing)."
35 // Non-inlineable function. This relies on a size limit for inlining, but still
  /external/clang/test/Analysis/
initializer.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=constructors -std=c++11 -verify %s
array-struct-region.cpp 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -verify -x c++ -analyzer-config c++-inlining=constructors %s
4 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -DINLINE -verify -x c++ -analyzer-config c++-inlining=constructors %s
  /external/llvm/test/DebugInfo/
llvm-symbolizer.test 10 RUN: llvm-symbolizer --functions --inlining --demangle=false \
  /external/proguard/docs/
downloads.html 63 <li>Improved inlining of constant parameters and removal of unused parameters.
71 <li>Fixed repeated method inlining.
72 <li>Fixed inlining of finally blocks surrounded by large try blocks, compiled
116 <li>Fixed handling of exceptions when inlining subroutines.
117 <li>Fixed inlining of incompatible code constructs between different java
147 <li>Fixed handling of local variable debug information when inlining methods.
186 <li>Added new inter-procedural optimizations: method inlining and propagation
275 <li>Fixed inlining of interfaces that are used in .class constructs.
353 <li>Added inlining of interfaces with single implementations.
  /external/v8/test/mjsunit/compiler/
inline-arity-mismatch.js 30 // Test inlining at call sites with mismatched arity.
inline-throw.js 55 // Test inlining in a test context.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-lock.h 27 /* The locking here is very inexpensive, even for inlining. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio-lock.h 27 /* The locking here is very inexpensive, even for inlining. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio-lock.h 27 /* The locking here is very inexpensive, even for inlining. */
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 626 // Inlining constructors requires including initializers in the CFG.
635 // For other types, only inline constructors if destructor inlining is
652 // Inlining destructors requires building the CFG correctly.
741 /// CFG, to determine whether the analyzer should ever consider inlining it,
749 // Check certain C++-related inlining policies.
753 // Conditionally control the inlining of template functions.
758 // Conditionally control the inlining of C++ standard library functions.
764 // Conditionally control the inlining of methods on objects that look
771 // Conditionally control the inlining of the destructor of C++ shared_ptr.
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/
downloads.html 102 <li>Fixed inlining of methods with unusual exception handlers.
126 <li>Reduced maximum allowed code length after inlining from 8000 bytes to
164 <li>Improved inlining of constant parameters and removal of unused parameters.
172 <li>Fixed repeated method inlining.
173 <li>Fixed inlining of finally blocks surrounded by large try blocks, compiled
217 <li>Fixed handling of exceptions when inlining subroutines.
218 <li>Fixed inlining of incompatible code constructs between different java
248 <li>Fixed handling of local variable debug information when inlining methods.
287 <li>Added new inter-procedural optimizations: method inlining and propagation
376 <li>Fixed inlining of interfaces that are used in .class constructs
    [all...]
  /external/chromium/net/tools/flip_server/
simple_buffer.cc 10 // generally not eligible for inlining. Profiling results indicate that these
17 // inlining.
  /external/chromium_org/net/tools/balsa/
simple_buffer.cc 10 // generally not eligible for inlining. Profiling results indicate that these
17 // inlining.
  /external/clang/docs/analyzer/
DebugChecks.rst 22 analyze functions when inlining is enabled.
110 would be printed), depending on the value of the -analyzer-inlining option.
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 10 // This pass performs partial inlining, typically by inlining an if statement

Completed in 217 milliseconds

1 2 3 45 6 7 8 91011>>