/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 16 <Optimize>false</Optimize> 22 <Optimize>true</Optimize>
|
/external/v8/src/ |
D | runtime-profiler.cc | 130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() function in v8::internal::RuntimeProfiler 301 Optimize(function, "hot and stable"); in OptimizeNow() 303 Optimize(function, "not much type info but very hot"); in OptimizeNow() 317 Optimize(function, "small function"); in OptimizeNow() 325 Optimize(function, "stable on startup"); in OptimizeNow() 340 Optimize(function, "sampler window lookup"); in OptimizeNow()
|
D | runtime-profiler.h | 111 void Optimize(JSFunction* function, const char* reason);
|
/external/chromium_org/v8/src/ |
D | runtime-profiler.cc | 126 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() function in v8::internal::RuntimeProfiler 334 Optimize(function, "hot and stable"); in OptimizeNow() 336 Optimize(function, "not much type info but very hot"); in OptimizeNow() 350 Optimize(function, "small function"); in OptimizeNow() 365 Optimize(function, "sampler window lookup"); in OptimizeNow()
|
D | runtime-profiler.h | 65 void Optimize(JSFunction* function, const char* reason);
|
/external/chromium_org/tools/stats_viewer/ |
D | stats_viewer.csproj | 16 <Optimize>false</Optimize> 25 <Optimize>true</Optimize>
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 38 Optimize = "false" 58 Optimize = "true"
|
/external/chromium_org/mojo/public/bindings/lib/ |
D | TODO | 4 - Optimize Buffer classes?
|
/external/chromium_org/cc/output/ |
D | render_surface_filters.h | 31 static FilterOperations Optimize(const FilterOperations& filters);
|
/external/llvm/test/CodeGen/Hexagon/ |
D | opt-fabs.ll | 2 ; Optimize fabsf to clrbit in V5.
|
D | opt-fneg.ll | 2 ; Optimize fneg to togglebit in V5.
|
/external/chromium/chrome/browser/history/ |
D | text_database.h | 119 void Optimize();
|
D | text_database.cc | 294 void TextDatabase::Optimize() { in Optimize() function in history::TextDatabase
|
/external/chromium_org/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 82 * Optimize Java serialization code when writing a small message to a stream. 83 * Optimize Java serialization of strings so that UTF-8 encoding happens only
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/protobuf/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/chromium/testing/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 54 def _SLASH_Os : CLFlag<"Os">, HelpText<"Optimize for size">, Alias<O>, 56 def _SLASH_Ot : CLFlag<"Ot">, HelpText<"Optimize for speed">, Alias<O>,
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast.ll | 19 ; Optimize bitcasts that are extracting low element of vector. This happens 42 ; Optimize bitcasts that are extracting other elements of a vector. This
|
/external/protobuf/gtest/scons/ |
D | SConstruct.common | 282 '-OPT:REF', # Optimize by reference. 283 '-OPT:ICF=32', # Optimize by identical COMDAT folding 284 '-OPT:NOWIN98', # Optimize by not aligning section for
|
/external/llvm/test/CodeGen/ARM/ |
D | code-placement.ll | 32 ; Optimize loop entry, eliminate intra loop branches
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 97 (* Optimize the function. *)
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 82 * Optimize Java serialization code when writing a small message to a stream.
|
/external/regex-re2/re2/ |
D | prog.h | 287 void Optimize();
|
/external/chromium_org/third_party/re2/re2/ |
D | prog.h | 287 void Optimize();
|