HomeSort by relevance Sort by last modified time
    Searched refs:Optimize (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/history/
text_database.h 116 // optimize it naturally). It is bad for privacy if a user is deleting a
119 void Optimize();
text_database.cc 294 void TextDatabase::Optimize() {
296 "SELECT OPTIMIZE(pages) FROM pages LIMIT 1"));
text_database_manager.cc 408 db->Optimize();
  /external/llvm/tools/llvm-ld/
Optimize.cpp 1 //===- Optimize.cpp - Optimize a complete program -------------------------===//
77 /// Optimize - Perform link time optimizations. This will run the scalar
80 void Optimize(Module *M) {
llvm-ld.cpp 47 extern void Optimize(Module*);
419 (void *)(intptr_t)&Optimize);
603 // Optimize the module
604 Optimize(Composite.get());
665 (void *)(intptr_t)&Optimize);
692 (void *)(intptr_t)&Optimize);
  /external/v8/src/
runtime-profiler.h 109 void Optimize(JSFunction* function, bool eager, int delay);
138 // Support for pending 'optimize soon' requests.
runtime-profiler.cc 56 // to optimize it the weak handle will be null.
151 void RuntimeProfiler::Optimize(JSFunction* function, bool eager, int delay) {
252 Optimize(*function, true, delay);
311 // do not optimize.
314 // Below 75% of time spent in JS code, only optimize very
320 Optimize(function, false, 0);
runtime.js 265 // Optimize for the case where we end up AND'ing a value
317 // Optimize for the case where we end up shifting a value
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 97 (* Optimize the function. *)
  /external/v8/test/mjsunit/
strict-mode-opt.js 79 // Optimize strict function.
  /dalvik/vm/
Dvm.mk 125 analysis/Optimize.cpp \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 219 (* Optimize the function. *)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 426 if (LangOpts.Optimize)
CompilerInvocation.cpp 695 // Optimize is implicit.
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 245 (* Optimize the function. *)
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 313 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);
831 Flags, CGM.getLangOptions().Optimize);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 364 (* Optimize the function. *)
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 188 STDMETHOD(Optimize) (THIS_ DWORD) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 188 STDMETHOD(Optimize) (THIS_ DWORD) PURE;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 390 milliseconds