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.h173 int file_index = 0; // 0 - primary source file of the compilation. in WriteCompilationUnit() local
203 file_index = 1 + files.size(); in WriteCompilationUnit()
204 files_map.emplace(full_path, file_index); in WriteCompilationUnit()
212 file_index = it2->second; in WriteCompilationUnit()
215 opcodes.SetFile(file_index); in WriteCompilationUnit()
218 if (file_index != 0) { in WriteCompilationUnit()