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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1616 std::vector<std::string> GCTable; local
1777 GCTable.push_back(S);
1860 if (Record[8]-1 > GCTable.size())
1862 Func->setGC(GCTable[Record[8]-1].c_str());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1916 std::vector<std::string> GCTable; local
2052 GCTable.push_back(S);
2135 if (Record[8]-1 > GCTable.size())
2137 Func->setGC(GCTable[Record[8]-1].c_str());

Completed in 53 milliseconds