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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1150 unsigned RecordLength = Record.size(); local
1151 if (Record.empty() || RecordLength < 2)
1154 Name.resize(RecordLength-1);
1156 for (unsigned i = 1; i != RecordLength; ++i)
2142 unsigned RecordLength = Record.size(); local
2143 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2146 for (unsigned i = 1; i != RecordLength; i = i+2) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1451 unsigned RecordLength = Record.size(); local
1452 if (Record.empty() || RecordLength < 2)
1455 Name.resize(RecordLength-1);
1457 for (unsigned i = 1; i != RecordLength; ++i)
2402 unsigned RecordLength = Record.size(); local
2403 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2406 for (unsigned i = 1; i != RecordLength; i = i+2) {

Completed in 5473 milliseconds