HomeSort by relevance Sort by last modified time
    Searched refs:mCompiler (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompilerDriver.h 36 ABCCompiler mCompiler;
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h 36 RSCompiler mCompiler;
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 48 : mContext(), mCompiler(*this), mLinker(),
75 Compiler::ErrorCode result = mCompiler.config(*mCompilerConfig);
159 Compiler::ErrorCode result = mCompiler.compile(pScript, pOutput);
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 63 RSCompilerDriver::RSCompilerDriver() : mConfig(NULL), mCompiler() {
257 Compiler::ErrorCode err = mCompiler.config(*mConfig);
270 Compiler::ErrorCode compile_result = mCompiler.compile(pScript, *output_file);

Completed in 952 milliseconds