Searched defs:df (Results 1 – 3 of 3) sorted by relevance
244 boot_class_path.begin(), boot_class_path.end(), [dex_file](const DexFile* df) { in BeginInlineInfoEntry()252 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
1586 auto lacks_image = [](const DexFile* df) { in Setup()