Home
last modified time | relevance | path

Searched defs:df (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc244 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()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h64 for (const DexFile* df : class_linker->GetBootClassPath()) { in GetResolvedMethodErrorString() local
/art/dex2oat/
Ddex2oat.cc1586 auto lacks_image = [](const DexFile* df) { in Setup()