Searched defs:TmpSigList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp425 uint32_t *TmpSigList = new uint32_t[mExportForEachSignatureCount]; local
426 TmpSigList[0] = 0x1f;
429 mExportForEachSignatureList = TmpSigList;
444 uint32_t *TmpSigList = new uint32_t[mExportForEachSignatureCount]; local
451 if (!extractUIntFromMetadataString(&TmpSigList[i], SigNode->getOperand(0))) {
479 calculateNumInputs(Func, TmpSigList[i]) : 0;
493 mExportForEachSignatureList = TmpSigList;

Completed in 739 milliseconds