Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc356 int file_index = 0; // 0 - primary source file of the compilation. in WriteDebugSections() local
386 file_index = 1 + files.size(); in WriteDebugSections()
387 files_map.emplace(full_path, file_index); in WriteDebugSections()
395 file_index = it2->second; in WriteDebugSections()
398 opcodes.SetFile(file_index); in WriteDebugSections()
402 if (file_index != 0 && !dex2line_map.empty()) { in WriteDebugSections()