Searched refs:FinishNow (Results 1 – 4 of 4) sorted by relevance
95 bool FinishNow(Handle<SharedFunctionInfo> function);
251 bool LazyCompileDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() function in v8::internal::LazyCompileDispatcher
711 isolate->lazy_compile_dispatcher()->FinishNow(sfi); in RUNTIME_FUNCTION()
2014 if (!dispatcher->FinishNow(shared_info)) { in Compile()