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