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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2510 unsigned RecordLength = Record.size(); local
2511 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2514 for (unsigned i = 1; i != RecordLength; i = i+2) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2773 unsigned RecordLength = Record.size(); local
2774 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2777 for (unsigned i = 1; i != RecordLength; i = i+2) {

Completed in 252 milliseconds