Home
last modified time | relevance | path

Searched refs:osr_attempts_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Doptimizing-compiler-thread.h39 osr_attempts_(0), in OptimizingCompilerThread()
135 int osr_attempts_; variable
Doptimizing-compiler-thread.cc211 PrintF("[COSR hit rate %d / %d]\n", osr_hits_, osr_attempts_); in Stop()
261 osr_attempts_++; in QueueForOptimization()