Searched refs:ic_class (Results 1 – 1 of 1) sorted by relevance
1171 for (const std::string& ic_class : inline_cache_elems) { in ProcessLine() local1172 if (!FindClass(dex_files, ic_class, &(classes[class_it++]))) { in ProcessLine()1173 LOG(ERROR) << "Could not find class: " << ic_class; in ProcessLine()