Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h242 opcodes.SetIsStmt(false); in WriteCompilationUnit()
246 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
249 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
/art/compiler/debug/dwarf/
Ddwarf_test.cc227 opcodes.SetIsStmt(true); in TEST_F()
233 opcodes.SetIsStmt(false); in TEST_F()
/art/libelffile/dwarf/
Ddebug_line_opcode_writer.h84 void SetIsStmt(bool is_stmt) { in SetIsStmt() function