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

  /frameworks/compile/libbcc/lib/
Assert.h 30 #define bccAssert(v) do {} while (0)
41 #define bccAssert(v) \
44 ALOGE("bccAssert failed at %s:%d - '%s'\n", \
Script.cpp 38 bccAssert(core_lib != nullptr);
79 bccAssert(wrapperMDNode != nullptr);
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 45 // Only used in bccAssert()
167 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
237 bccAssert(DL);
238 bccAssert(AllocType);
239 bccAssert(OrigStep);
346 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
378 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams);
429 bccAssert(LowerBound->getType() == UpperBound->getType());
510 bccAssert(ContextArgType);
575 bccAssert(CalleeArgs.empty())
    [all...]
Compiler.cpp 71 bccAssert(exportedTypeMD->getNumOperands() == 1);
154 bccAssert(false && "Unknown error code encountered");
374 bccAssert(false && "Could not extract metadata for module!");
RSScriptGroupFusion.cpp 146 bccAssert (firstF != nullptr);
167 bccAssert (lastF != nullptr);
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
RSEmbedInfo.cpp 73 bccAssert(false && "Could not extract RS metadata for module!");
RSX86CallConvPass.cpp 95 bccAssert(ArgNums.size() == 0);
RSX86TranslateGEPPass.cpp 79 bccAssert(false);
RSAddDebugInfoPass.cpp 72 bccAssert(name && *name && (::strcmp(name, ".") != 0));
129 bccAssert(mdCompileUnitList != nullptr &&
RSCompilerDriver.cpp 96 bccAssert("Could not extract RS pragma metadata for module!");
356 bccAssert(wrapperMDNode != nullptr);
Source.cpp 72 bccAssert(wrapperMDNode->getNumOperands() == 0); // expect to have just now created this node
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 210 bccAssert((wrapperMDNode != nullptr) && (wrapperMDNode->getNumOperands() == 1));
216 bccAssert(success);

Completed in 553 milliseconds