Searched refs:mCompilerContext (Results 1 – 2 of 2) sorted by relevance
338 mCompilerContext = NULL; in RsdCpuScriptImpl()366 mCompilerContext = NULL; in init()370 mCompilerContext = new bcc::BCCContext(); in init()371 if (mCompilerContext == NULL) { in init()445 bool built = mCompilerDriver->build(*mCompilerContext, cacheDir, in init()1067 if (mCompilerContext) { in ~RsdCpuScriptImpl()1068 delete mCompilerContext; in ~RsdCpuScriptImpl()
108 bcc::BCCContext *mCompilerContext; variable