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.h171 int file_index = 0; // 0 - primary source file of the compilation. in WriteCompilationUnit() local
201 file_index = 1 + files.size(); in WriteCompilationUnit()
202 files_map.emplace(full_path, file_index); in WriteCompilationUnit()
210 file_index = it2->second; in WriteCompilationUnit()
213 opcodes.SetFile(file_index); in WriteCompilationUnit()
216 if (file_index != 0) { in WriteCompilationUnit()