Searched refs:FinishNow (Results 1 – 3 of 3) sorted by relevance
95 bool FinishNow(Handle<SharedFunctionInfo> function);152 bool FinishNow(CompilerDispatcherJob* job);
319 bool CompilerDispatcher::FinishNow(CompilerDispatcherJob* job) { in FinishNow() function in v8::internal::CompilerDispatcher332 bool CompilerDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() function in v8::internal::CompilerDispatcher337 bool result = FinishNow(job->second.get()); in FinishNow()365 FinishNow(it->second.get()); in FinishAllNow()
1069 if (!dispatcher->FinishNow(shared_info)) { in Compile()