Home
last modified time | relevance | path

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

/external/v8/src/
Doptimizing-compile-dispatcher.cc160 void OptimizingCompileDispatcher::FlushOsrBuffer(bool restore_function_code) { in FlushOsrBuffer() function in v8::internal::OptimizingCompileDispatcher
179 if (FLAG_concurrent_osr) FlushOsrBuffer(true); in Flush()
204 if (FLAG_concurrent_osr) FlushOsrBuffer(false); in Stop()
Doptimizing-compile-dispatcher.h81 void FlushOsrBuffer(bool restore_function_code);