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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2022 std::vector<std::string> GCTable; local
2185 GCTable.push_back(S);
2272 if (Record[8]-1 > GCTable.size())
2274 Func->setGC(GCTable[Record[8]-1].c_str());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2315 std::vector<std::string> GCTable; local
2452 GCTable.push_back(S);
2539 if (Record[8]-1 > GCTable.size())
2541 Func->setGC(GCTable[Record[8]-1].c_str());

Completed in 101 milliseconds