Home
last modified time | relevance | path

Searched refs:FinishNow (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h95 bool FinishNow(Handle<SharedFunctionInfo> function);
130 // Main thread states (FinishNow and FinalizeSingleJob)
H A Dlazy-compile-dispatcher.cc35 // The maximum amount of time we should allow a single function's FinishNow to
251 bool LazyCompileDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() function in v8::internal::LazyCompileDispatcher
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc711 isolate->lazy_compile_dispatcher()->FinishNow(sfi); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2014 if (!dispatcher->FinishNow(shared_info)) { in Compile()

Completed in 10 milliseconds