Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h178 int file_index = 0; // 0 - primary source file of the compilation. in WriteCompilationUnit() local
208 file_index = 1 + files.size(); in WriteCompilationUnit()
209 files_map.emplace(full_path, file_index); in WriteCompilationUnit()
217 file_index = it2->second; in WriteCompilationUnit()
220 opcodes.SetFile(file_index); in WriteCompilationUnit()
223 if (file_index != 0) { in WriteCompilationUnit()