Home
last modified time | relevance | path

Searched refs:ic_class (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dprofman.cc777 for (const std::string& ic_class : inline_cache_elems) { in ProcessLine() local
778 if (!FindClass(dex_files, ic_class, &(classes[class_it++]))) { in ProcessLine()
779 LOG(ERROR) << "Could not find class: " << ic_class; in ProcessLine()