Home
last modified time | relevance | path

Searched refs:EnqueueAndStep (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h88 bool EnqueueAndStep(Handle<SharedFunctionInfo> function);
113 FRIEND_TEST(CompilerDispatcherTest, EnqueueAndStep);
145 JobId EnqueueAndStep(std::unique_ptr<CompilerDispatcherJob> job);
Dcompiler-dispatcher.cc238 CompilerDispatcher::JobId CompilerDispatcher::EnqueueAndStep( in EnqueueAndStep() function in v8::internal::CompilerDispatcher
273 bool CompilerDispatcher::EnqueueAndStep(Handle<SharedFunctionInfo> function) { in EnqueueAndStep() function in v8::internal::CompilerDispatcher
287 EnqueueAndStep(std::move(job)); in EnqueueAndStep()