Home
last modified time | relevance | path

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

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