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

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp394 uint32_t OtherCount = 0; local
396 OtherCount += hasForEachSignatureUsrData(Signature);
397 OtherCount += hasForEachSignatureX(Signature);
398 OtherCount += hasForEachSignatureY(Signature);
399 OtherCount += hasForEachSignatureZ(Signature);
400 OtherCount += hasForEachSignatureCtxt(Signature);
401 OtherCount += hasForEachSignatureOut(Signature) &&
404 return Function->arg_size() - OtherCount;

Completed in 820 milliseconds