Home
last modified time | relevance | path

Searched refs:FinishNow (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h95 bool FinishNow(Handle<SharedFunctionInfo> function);
152 bool FinishNow(CompilerDispatcherJob* job);
Dcompiler-dispatcher.cc319 bool CompilerDispatcher::FinishNow(CompilerDispatcherJob* job) { in FinishNow() function in v8::internal::CompilerDispatcher
332 bool CompilerDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() function in v8::internal::CompilerDispatcher
337 bool result = FinishNow(job->second.get()); in FinishNow()
365 FinishNow(it->second.get()); in FinishAllNow()
/external/v8/src/
Dcompiler.cc1069 if (!dispatcher->FinishNow(shared_info)) { in Compile()