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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2034 std::vector<std::string> GCTable; local
2197 GCTable.push_back(S);
2284 if (Record[8]-1 > GCTable.size())
2286 Func->setGC(GCTable[Record[8]-1].c_str());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2327 std::vector<std::string> GCTable; local
2464 GCTable.push_back(S);
2551 if (Record[8]-1 > GCTable.size())
2553 Func->setGC(GCTable[Record[8]-1].c_str());

Completed in 124 milliseconds