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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/ObjCARC/
post-inlining.ll 9 ; Clean up residue left behind after inlining.
  /external/proguard/src/proguard/preverify/
SubroutineInliner.java 49 * Performs subroutine inlining of the given program class pool.
CodeSubroutineInliner.java 80 System.err.println("Unexpected error while inlining subroutines:");
136 // Copy the instruction, inlining any subroutine call recursively.
193 System.out.println(" Inlining subroutine ["+subroutineStart+" -> "+subroutineEnd+"] at ["+subroutineInvocationOffset+"]");
196 // Don't go inlining exceptions that are already applicable to this
210 // Copy the subroutine instructions, inlining any subroutine calls
  /external/v8/test/mjsunit/compiler/
inline-context-slots.js 28 // Test inlining of functions with context slots.
  /external/v8/test/mjsunit/regress/
regress-1156.js 28 // Flags: --allow-natives-syntax --nouse-inlining
regress-97116.js 34 try { } catch (e) { } // Avoid inlining.
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 41 NoInlining, // Perform no inlining whatsoever.
42 NormalInlining, // Use the standard function inlining pass.
43 OnlyAlwaysInlining // Only run the always inlining pass.
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 80 /// attribute to force inlining. As such, it is dramatically simpler and avoids
87 /// small functions which have the explicit attribute to force inlining, it is
93 // that are viable for inlining. FIXME: We shouldn't even get here for
  /external/proguard/docs/manual/
optimizations.html 99 <dt><code><b>method/inlining/short</b></code></dt>
102 <dt><code><b>method/inlining/unique</b></code></dt>
105 <dt><code><b>method/inlining/tailrecursion</b></code></dt>
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 59 /* The single function inlining limit. This is the maximum size
61 real machine instructions) that is eligible for inlining
66 There are more restrictions to inlining: If inlined functions
73 "The maximum number of instructions in a single function eligible for inlining",
76 /* The single function inlining limit for functions that are
85 "The maximum number of instructions when automatically inlining",
90 "The maximum number of instructions inline function can grow to via recursive inlining",
95 "The maximum number of instructions non-inline function can grow to via recursive inlining",
100 "The maximum depth of recursive inlining for inline functions",
105 "The maximum depth of recursive inlining for non-inline functions"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 59 /* The single function inlining limit. This is the maximum size
61 real machine instructions) that is eligible for inlining
66 There are more restrictions to inlining: If inlined functions
73 "The maximum number of instructions in a single function eligible for inlining",
76 /* The single function inlining limit for functions that are
85 "The maximum number of instructions when automatically inlining",
90 "The maximum number of instructions inline function can grow to via recursive inlining",
95 "The maximum number of instructions non-inline function can grow to via recursive inlining",
100 "The maximum depth of recursive inlining for inline functions",
105 "The maximum depth of recursive inlining for non-inline functions"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 59 /* The single function inlining limit. This is the maximum size
61 real machine instructions) that is eligible for inlining
66 There are more restrictions to inlining: If inlined functions
73 "The maximum number of instructions in a single function eligible for inlining",
76 /* The single function inlining limit for functions that are
85 "The maximum number of instructions when automatically inlining",
90 "The maximum number of instructions inline function can grow to via recursive inlining",
95 "The maximum number of instructions non-inline function can grow to via recursive inlining",
100 "The maximum depth of recursive inlining for inline functions",
105 "The maximum depth of recursive inlining for non-inline functions"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 59 /* The single function inlining limit. This is the maximum size
61 real machine instructions) that is eligible for inlining
66 There are more restrictions to inlining: If inlined functions
73 "The maximum number of instructions in a single function eligible for inlining",
76 /* The single function inlining limit for functions that are
85 "The maximum number of instructions when automatically inlining",
90 "The maximum number of instructions inline function can grow to via recursive inlining",
95 "The maximum number of instructions non-inline function can grow to via recursive inlining",
100 "The maximum depth of recursive inlining for inline functions",
105 "The maximum depth of recursive inlining for non-inline functions"
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 6 """Flattens a HTML file by inlining its external resources.
102 # filename is probably a URL, which we don't want to bother inlining
144 called to rewrite html content before inlining images.
170 # filename is probably a URL, which we don't want to bother inlining
254 # Allow custom modifications before inlining images.
338 # Allow custom modifications before inlining images.
415 print "Flattens a HTML file by inlining its external resources.\n"
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 110 <dt><code><b>method/inlining/short</b></code></dt>
113 <dt><code><b>method/inlining/unique</b></code></dt>
116 <dt><code><b>method/inlining/tailrecursion</b></code></dt>
  /external/chromium_org/media/base/
bit_reader.h 50 // Help function used by ReadBits to avoid inlining the bit reading logic.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.c 42 /* The following are ordered for inlining */
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arity-mismatch.js 30 // Test inlining at call sites with mismatched arity.
inline-closures.js 30 // Test inlining of multiple closures derived from one shared function.
inline-throw.js 55 // Test inlining in a test context.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2250.js 31 // generated for inlining of equals invocation (marked with (*)) will be hoisted
regress-fast-literal-transition.js 36 // start inlining switch statements, we will still catch the bug on the
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 29 // Do something that prevents inlining.
dfg-inline-arguments-become-double.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32."
dfg-inline-arguments-become-int32.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32."

Completed in 577 milliseconds

1 2 34 5 6 7 8 91011>>