Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp42 BrowserCompileServer *gCompileServer; variable
152 gCompileServer->getParsedFlags(UseNumThreadsFromBrowser, NumThreads, in onInitCallback()
154 gCompileServer->startCompileThread(ObjFileFD); in onInitCallback()
159 return gCompileServer->pushInputBytes(Data, NumBytes) ? 1 : 0; in onDataCallback()
163 gCompileServer->endInputStream(); in onEndCallback()
164 gCompileServer->waitForCompileThread(); in onEndCallback()
166 if (gCompileServer->getErrorCode().value()) { in onEndCallback()
167 const std::string Error = gCompileServer->getErrorStream().getContents(); in onEndCallback()
236 gCompileServer = this; in run()