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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1908 unsigned ConstStrSize = Record[2+AsmStrSize]; local
1909 if (3+AsmStrSize+ConstStrSize > Record.size())
1914 for (unsigned i = 0; i != ConstStrSize; ++i)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2201 unsigned ConstStrSize = Record[2+AsmStrSize]; local
2202 if (3+AsmStrSize+ConstStrSize > Record.size())
2207 for (unsigned i = 0; i != ConstStrSize; ++i)

Completed in 994 milliseconds