HomeSort by relevance Sort by last modified time
    Searched full:inlining (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/e2fsprogs/lib/ext2fs/
inline.c 4 * is compiled with inlining turned off.
  /bootable/recovery/minzip/
Inlines.c 18 * exist so that debug builds (which don't generally do inlining)
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 78 private boolean inlining; field in class:MethodInliner
141 if (!inlining)
189 System.out.println("MethodInliner: inlining ["+
328 // Are we inlining this instruction?
329 if (inlining)
368 // Are we inlining this instruction?
369 if (inlining)
399 !inlining &&
424 // Are we inlining this instruction?
425 if (inlining)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 114 /* Set up compiler-specific options for inlining functions */
139 /* If inlining isn't supported, remove "__inline__", turning static
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 114 /* Set up compiler-specific options for inlining functions */
139 /* If inlining isn't supported, remove "__inline__", turning static
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 114 /* Set up compiler-specific options for inlining functions */
139 /* If inlining isn't supported, remove "__inline__", turning static
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 97 /* Set up compiler-specific options for inlining functions */
119 /* If inlining isn't supported, remove "__inline__", turning static
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 114 /* Set up compiler-specific options for inlining functions */
139 /* If inlining isn't supported, remove "__inline__", turning static
  /external/expat/lib/
internal.h 16 inline - Used for selected internal functions for which 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/libvpx/vp8/decoder/
dboolhuff.h 121 from them when inlining the function.*/
143 * keep the implementation in the header to allow inlining.
195 * keep the implementation in the header to allow inlining.
  /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>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 60 /* Size of the function before inlining. */
62 /* Size of the hot regions of the function before inlining. */
76 /* False when there something makes inlining impossible (such as va_arg). */
111 /* Estimated size of the function after inlining. */
114 /* Estimated growth after inlining. INT_MIN if not computed. */
512 /* Contains list of user-specified files containing inlining decisions
513 for particular inlining passes. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 60 /* Size of the function before inlining. */
62 /* Size of the hot regions of the function before inlining. */
76 /* False when there something makes inlining impossible (such as va_arg). */
111 /* Estimated size of the function after inlining. */
114 /* Estimated growth after inlining. INT_MIN if not computed. */
518 /* Contains list of user-specified files containing inlining decisions
519 for particular inlining passes. */
  /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.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-lock.h 27 /* The locking here is very inexpensive, even for inlining. */
  /external/chromium/net/tools/flip_server/
simple_buffer.cc 10 // generally not eligible for inlining. Profiling results indicate that these
17 // inlining.
  /external/proguard/src/proguard/
ProGuard.java 300 * Performs the subroutine inlining step.
306 System.out.println("Inlining subroutines...");
309 // Perform the actual inlining.
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 136 * this branch gets completely eliminated after inlining,
  /external/chromium/base/allocator/
allocator_shim.cc 9 // of inlining that we get with malloc/free/etc. Disabling makes it
40 // We include tcmalloc and the win_allocator to get as much inlining as
  /external/bluetooth/glib/glib/
gutils.h 76 /* inlining hassle. for compilers that don't allow the `inline' keyword,
80 * actually *capable* to do function inlining, in which case inline
82 * export the function prototypes if no inlining can be performed.
  /external/bluetooth/glib/
NEWS.pre-1-3 158 * Overhaul of the `inline' autoconfiguration stuff, so inlining should be
159 sufficiently supported on all systems that allow inlining now.
  /dalvik/vm/compiler/
CompilerIR.h 87 kMirOpCheckInlinePrediction, // Gen checks for predicted inlining
  /external/libpcap/
config.h 187 /* Define as token for inline if inlining supported */

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011