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

  /external/v8/src/
runtime-profiler.cc 70 // optimize it as it is.
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
300 // ticks, optimize it now.
301 Optimize(function, "hot and stable");
303 Optimize(function, "not much type info but very hot");
316 // small, optimistically optimize it now.
317 Optimize(function, "small function");
324 // then type info might already be stable and we can optimize now.
325 Optimize(function, "stable on startup");
340 Optimize(function, "sampler window lookup")
    [all...]
runtime-profiler.h 111 void Optimize(JSFunction* function, const char* reason);
runtime.js 272 // Optimize for the case where we end up AND'ing a value
324 // Optimize for the case where we end up shifting a value
  /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/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 97 (* Optimize the function. *)
  /external/v8/test/mjsunit/
strict-mode-opt.js 83 // Optimize strict function.
  /external/regex-re2/re2/
prog.h 287 void Optimize();
prog.cc 174 void Prog::Optimize() {
compile.cc 1061 prog_->Optimize();
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 219 (* Optimize the function. *)
  /dalvik/vm/
Dvm.mk 125 analysis/Optimize.cpp \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 245 (* Optimize the function. *)
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 346 Producer, LO.Optimize,
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 364 (* Optimize the function. *)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 452 if (LangOpts.Optimize)
    [all...]
CompilerInvocation.cpp     [all...]
  /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;

Completed in 2470 milliseconds