Searched refs:mCompiledBinary (Results 1 – 2 of 2) sorted by relevance
68 bool isCompiledToBinary() const { return !mCompiledBinary.empty(); } in isCompiledToBinary()70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary()123 sh::BinaryBlob mCompiledBinary; variable
304 return mState.mCompiledBinary; in getCompiledBinary()319 mState.mCompiledBinary.clear(); in compile()423 mState.mCompiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in resolveCompile()587 ASSERT(!mState.mTranslatedSource.empty() || !mState.mCompiledBinary.empty()); in resolveCompile()