HomeSort by relevance Sort by last modified time
    Searched full:mcompilerversion (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 34 mHeaderVersion(0), mTargetAPI(0), mCompilerVersion(0),
42 mCompilerVersion = wrapperer.getAndroidCompilerVersion();
MetadataExtractor.cpp 189 mCompilerVersion = wrapper.getCompilerVersion();
205 mCompilerVersion = RS_VERSION; // Default to the actual current version.
405 if (!Names && !Signatures && mCompilerVersion == 0) {
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 49 unsigned mCompilerVersion;
81 mCompilerVersion = pCompilerVersion;
85 return mCompilerVersion;
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 53 : Script(pSource), mCompilerVersion(0),
73 mCompilerVersion = 0;
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 57 uint32_t mCompilerVersion;
103 return mCompilerVersion;
MetadataExtractor.h 109 uint32_t mCompilerVersion;
278 return mCompilerVersion;

Completed in 3166 milliseconds