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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 40 #ifdef ASM_OPT /* asm optimization branch */
52 #ifdef ASM_OPT /* asm optimization branch */
  /system/core/rootdir/
Android.mk 21 # to run the dex pre-optimization *in* the emulator. So keep the file until
54 # to allow -user builds to properly run the dex pre-optimization pass in
  /dalvik/dexopt/
OptMain.cpp 18 * Command-line DEX optimization and verification entry point.
27 * what's going on (verification + optimization are enabled, boot
55 * up front for the DEX optimization header.
81 * Write a skeletal DEX optimization header. We want the classes.dex
146 opc = strstr(dexoptFlagStr, "o="); /* optimization */
173 * Prep the VM and perform the optimization.
185 /* do the optimization */
189 LOGE("Optimization failed");
400 * 9. flags (optimization level, isBootstrap)
520 /* do the optimization */
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 36 /** whether to do SSA/register optimization */
  /dalvik/vm/mterp/x86-atom/
OP_IGET_QUICK.S 19 * Code: Optimization for iget
OP_IGET_WIDE_QUICK.S 19 * Code: Optimization for iget
OP_INVOKE_VIRTUAL_QUICK.S 19 * Code: Optimization for invoke-virtual and invoke-virtual/range
OP_IPUT_QUICK.S 18 * Code: Optimization for iput
OP_IPUT_WIDE_QUICK.S 19 * Code: Optimization for iput
  /dalvik/vm/native/
README.txt 22 an optimization for a few high-volume Object calls, and should generally
  /external/clang/test/CodeGenCXX/
cxx0x-delegating-ctors.cpp 11 // delegation optimization (complete->base) can't be
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.vcxproj 49 <Optimization>Disabled</Optimization>
71 <Optimization>MaxSpeed</Optimization>
  /external/jpeg/
jconfig.mc6 30 #define SHORTxLCONST_32 /* enable compiler-specific DCT optimization */
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SequenceOptimizer.java 27 * optimization should be run as early as possible because it simplifies the syntax tree (and some
SyntaxTreeBuilder.java 66 * <li>Sequence optimization simplifies the tree and should come before most other optimizations.
68 * optimization of variables.
69 * <li>Var optimization simplifies complex var expressions and must come after both type
70 * resolution and sequence optimization.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 25 * performance optimization; some state variables may be lazily computed, so
  /external/libpng/
KNOWNBUG 17 1) Compile without optimization (crashes are observed with
  /external/libvpx/libmkv/
EbmlBufferWriter.c 46 //todo this is always taking 8 bytes, this may need later optimization
  /external/llvm/include/llvm/
DefaultPasses.h 73 /// with the standard sets may specify a minimum optimization level and one
91 /// The low bits are used to store the optimization level. When requesting
93 /// setting passes, this should set the minimum optimization level at which
110 /// Returns the maximum optimization level for this set of flags
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 4 ; Sibcall optimization of expanded libcalls.
tailcall1.ll 3 ; With -tailcallopt, CodeGen guarantees a tail call optimization
  /external/llvm/test/Feature/
constpointer.ll 8 ; optimization that can be performed on this file, it is just here to test
  /external/llvm/test/Integer/
constpointer_bt.ll 8 ; optimization that can be performed on this file, it is just here to test
  /external/llvm/test/Transforms/InstCombine/
2003-07-21-ExternalConstant.ll 6 ; optimization pass correctly handles global variables which are marked
  /external/llvm/tools/llvm-ld/
Optimize.cpp 10 // This file implements all optimization of the linked module for llvm-ld.
37 cl::desc("Do not run any optimization passes"));
74 /// optimizations, any loaded plugin-optimization modules, and then the
98 // Create a new optimization pass for each one specified on the command line

Completed in 1826 milliseconds

1 2 3 45 6 7 8 91011>>