Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h68 static ScriptCompiler::ScriptStreamingTask* NewBackgroundCompileTask(
Dcompiler.cc1757 ScriptCompiler::ScriptStreamingTask* Compiler::NewBackgroundCompileTask( in NewBackgroundCompileTask() function in v8::internal::Compiler
Dapi.cc2573 return i::Compiler::NewBackgroundCompileTask(source->impl(), isolate); in StartStreamingScript()