Searched refs:restore_function_code (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.cc21 void DisposeCompilationJob(CompilationJob* job, bool restore_function_code) { argument
22 if (restore_function_code) {
123 void OptimizingCompileDispatcher::FlushOutputQueue(bool restore_function_code) { argument
133 DisposeCompilationJob(job, restore_function_code);
H A Doptimizing-compile-dispatcher.h61 void FlushOutputQueue(bool restore_function_code);

Completed in 103 milliseconds