/frameworks/base/native/graphics/jni/ |
Android.mk | 6 # setup for skia optimizations
|
/external/proguard/src/proguard/ant/ |
ConfigurationTask.java | 61 configuration.optimizations = extendClassSpecifications(configuration.optimizations, 62 this.configuration.optimizations); 215 configuration.optimizations = extendFilter(configuration.optimizations,
|
/external/proguard/src/proguard/ |
Configuration.java | 136 * A list of <code>String</code>s specifying the optimizations to be 137 * performed. A <code>null</code> list means all optimizations. The 141 public List optimizations; field in class:Configuration
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 102 // Create the optimizations panel. 189 public void setFilter(String optimizations) 191 StringMatcher filter = optimizations != null && optimizations.length() > 0 ? 192 new ListParser(new NameParser()).parse(optimizations) :
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 36 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/art/compiler/optimizing/ |
inliner.cc | 211 // Run simple optimizations on the graph. 216 HOptimization* optimizations[] = { local 222 for (size_t i = 0; i < arraysize(optimizations); ++i) { 223 HOptimization* optimization = optimizations[i];
|
optimizing_compiler.cc | 230 // Just compile without doing optimizations. 304 static void RunOptimizations(HOptimization* optimizations[], 308 HOptimization* optimization = optimizations[i]; 345 HOptimization* optimizations[] = { local 368 RunOptimizations(optimizations, arraysize(optimizations), pass_info_printer);
|
/external/v8/test/mjsunit/ |
function-prototype.js | 58 // Test that the fast case optimizations can handle non-functions, 67 // optimizations. 89 // be the last thing we do because this will clobber the optimizations
|
arguments-apply.js | 132 // stack even in the presence of the apply optimizations.
|
/external/llvm/bindings/ocaml/transforms/ipo/ |
llvm_ipo.mli | 12 This interface provides an OCaml API for LLVM interprocedural optimizations, the
|
/external/mesa3d/src/glsl/ |
test_optpass.cpp | 143 do_optimization_passes(struct exec_list *ir, char **optimizations, 149 const char *optimization = optimizations[i]; 186 printf("*** usage: %s optpass <optimizations> <options>\n", argv[0]); 191 printf(" --loop: run optimizations repeatedly until no progress\n");
|
/external/proguard/examples/ |
android.pro | 44 # Switch off some optimizations that trip older versions of the Dalvik VM. 46 -optimizations !code/simplification/arithmetic
|
/external/v8/test/webkit/ |
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-intrinsic-unused-this-method-check.js | 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely, if method check optimizations succeed."
|
codegen-peephole-locals.js | 25 "Tests whether peephole optimizations on bytecode properly deal with local registers."
|
dfg-inline-unused-this.js | 48 // Create some bizzare object to prevent method_check optimizations, since those will result in
|
dfg-integer-optimization.js | 25 "This tests that integer addition optimizations in the DFG are not performed too overzealously."
|
dfg-intrinsic-unused-this.js | 44 // Create some bizzare object to prevent method_check optimizations, since those will result in
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 43 # Switch off some optimizations that trip older versions of the Dalvik VM. 45 -optimizations !code/simplification/arithmetic
|
/external/srtp/crypto/ |
Makefile | 15 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
|
/external/fdlibm/ |
Android.mk | 51 # Disable GCC optimizations that interact badly with this crufty
|
/external/v8/test/mjsunit/regress/ |
regress-create-exception.js | 50 return j; // Make sure that future optimizations don't eliminate j.
|