Searched refs:FindClassIndex (Results 1 – 3 of 3) sorted by relevance
62 dex::u4 FindClassIndex(const char* class_descriptor) const;
362 dex::u4 class_idx = reader.FindClassIndex(descriptor.c_str()); in ProcessDex()
96 dex::u4 Reader::FindClassIndex(const char* class_descriptor) const { in FindClassIndex() function in dex::Reader