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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1920 unsigned ConstStrSize = Record[2+AsmStrSize]; local
1921 if (3+AsmStrSize+ConstStrSize > Record.size())
1926 for (unsigned i = 0; i != ConstStrSize; ++i)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2213 unsigned ConstStrSize = Record[2+AsmStrSize]; local
2214 if (3+AsmStrSize+ConstStrSize > Record.size())
2219 for (unsigned i = 0; i != ConstStrSize; ++i)

Completed in 77 milliseconds