Home
last modified time | relevance | path

Searched refs:restore_function_code (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc115 void OptimizingCompileDispatcher::FlushOutputQueue(bool restore_function_code) { in FlushOutputQueue() argument
125 Compiler::DisposeTurbofanCompilationJob(job.get(), restore_function_code); in FlushOutputQueue()
154 BlockingBehavior blocking_behavior, bool restore_function_code) { in FlushQueues() argument
160 FlushOutputQueue(restore_function_code); in FlushQueues()
Doptimizing-compile-dispatcher.h72 bool restore_function_code);
74 void FlushOutputQueue(bool restore_function_code);
/third_party/node/deps/v8/src/codegen/
Dcompiler.h122 bool restore_function_code);
Dcompiler.cc3425 bool restore_function_code) { in Compile() argument
3428 if (restore_function_code) { in Compile()