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

  /external/v8/src/
runtime-profiler.h 31 void Baseline(JSFunction* function, const char* reason);
runtime-profiler.cc 23 // compiled for baseline.
114 // TODO(4280): Fix this to check function is compiled to baseline once we
115 // have a standard way to check that. For now, if baseline code doesn't have
121 void RuntimeProfiler::Baseline(JSFunction* function, const char* reason) {
122 TraceRecompile(function, reason, "baseline");
276 // Don't baseline functions which have been marked by NeverOptimizeFunction
282 Baseline(function, "hot enough for baseline");
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 548 milliseconds