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

  /external/chromium/chrome/browser/history/
text_database.cc 294 void TextDatabase::Optimize() {
296 "SELECT OPTIMIZE(pages) FROM pages LIMIT 1"));
  /external/regex-re2/re2/
prog.cc 174 void Prog::Optimize() {
  /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...]

Completed in 69 milliseconds