Home
last modified time | relevance | path

Searched refs:NumRecords (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp907 unsigned NumRecords = 0; in ParseTypeTableBody() local
920 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
1034 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1038 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1041 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1063 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1067 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1070 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1095 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1098 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1183 unsigned NumRecords = 0; in ParseTypeTableBody() local
1196 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
1329 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1333 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1336 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1358 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1362 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1365 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1390 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1393 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()
[all …]