Searched refs:bccAssert (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DAssert.h30 #define bccAssert(v) do {} while (0) macro
39 #define bccAssert(v) \ macro
42 ALOGE("bccAssert failed at %s:%d - '%s'\n", \
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp27 bccAssert(core_lib != NULL);
H A DRSCompiler.cpp40 bccAssert(false && "Could not extract metadata for module!");
H A DRSForEachExpand.cpp101 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
172 bccAssert(DL);
173 bccAssert(AllocType);
174 bccAssert(OrigStep);
256 bccAssert(ExpandedFunction->arg_size() == NUM_EXPANDED_FUNCTION_PARAMS);
362 bccAssert(ExpandedFunction->arg_size() == NUM_EXPANDED_FUNCTION_PARAMS);
423 bccAssert(FunctionArgIter == Function->arg_end());
485 bccAssert(bcinfo::MetadataExtractor::hasForEachSignatureKernel(Signature));
499 bccAssert(ExpandedFunction->arg_size() == NUM_EXPANDED_FUNCTION_PARAMS);
541 bccAssert(
[all...]
H A DRSEmbedInfo.cpp65 bccAssert(false && "Could not extract RS metadata for module!");

Completed in 53 milliseconds