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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1659 std::vector<std::string> GCTable; local
1822 GCTable.push_back(S);
1907 if (Record[8]-1 > GCTable.size())
1909 Func->setGC(GCTable[Record[8]-1].c_str());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1958 std::vector<std::string> GCTable; local
2095 GCTable.push_back(S);
2180 if (Record[8]-1 > GCTable.size())
2182 Func->setGC(GCTable[Record[8]-1].c_str());

Completed in 92 milliseconds