Searched defs:df (Results 1 – 3 of 3) sorted by relevance
240 boot_class_path.begin(), boot_class_path.end(), [dex_file](const DexFile* df) { in BeginInlineInfoEntry()248 auto it = std::find_if(dex_files.begin(), dex_files.end(), [dex_file](const DexFile* df) { in BeginInlineInfoEntry()
64 for (const DexFile* df : class_linker->GetBootClassPath()) { in GetResolvedMethodErrorString() local
1606 auto lacks_image = [](const DexFile* df) { in Setup()