Searched refs:ParseType (Results 1 – 2 of 2) sorted by relevance
92 ir::Type* ParseType(dex::u4 index);
144 auto newType = ParseType(index); in GetType()791 ir::Type* Reader::ParseType(dex::u4 index) { in ParseType() function in dex::Reader