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

  /frameworks/compile/libbcc/include/bcc/
Assert.h 30 #define bccAssert(v) do {} while (0)
39 #define bccAssert(v) \
42 ALOGE("bccAssert failed at %s:%d - '%s'\n", \
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 79 bccAssert(!(result & ~RS_GLOBAL_TYPE)); // Can only alter lower 16-bits.
121 bccAssert(PointerSizeInBits == 32 || PointerSizeInBits == 64);
185 bccAssert(GVAddresses.size() == GVSizes32.size());
186 bccAssert(GVSizes64.size() == 0);
187 bccAssert(GVAddresses.size() == GVProperties.size());
189 bccAssert(GVSizes32.size() == 0);
190 bccAssert(GVAddresses.size() == GVSizes64.size());
191 bccAssert(GVAddresses.size() == GVProperties.size());
RSKernelExpand.cpp 44 // Only used in bccAssert()
144 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
214 bccAssert(DL);
215 bccAssert(AllocType);
216 bccAssert(OrigStep);
323 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
355 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams);
406 bccAssert(LowerBound->getType() == UpperBound->getType());
487 bccAssert(ContextArgType);
552 bccAssert(CalleeArgs.empty())
    [all...]
RSScript.cpp 27 bccAssert(core_lib != nullptr);
RSScriptGroupFusion.cpp 146 bccAssert (firstF != nullptr);
167 bccAssert (lastF != nullptr);
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
RSEmbedInfo.cpp 70 bccAssert(false && "Could not extract RS metadata for module!");
RSX86CallConvPass.cpp 95 bccAssert(ArgNums.size() == 0);
RSX86TranslateGEPPass.cpp 79 bccAssert(false);
RSAddDebugInfoPass.cpp 108 bccAssert(mdCompileUnitList != nullptr &&
RSCompilerDriver.cpp 101 bccAssert("Could not extract RS pragma metadata for module!");
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 85 bccAssert(false && "Unknown error code encountered");
325 bccAssert(false && "Could not extract metadata for module!");

Completed in 75 milliseconds