Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h244 opcodes.SetIsStmt(false); in WriteCompilationUnit()
248 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
251 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
/art/compiler/debug/dwarf/
Ddwarf_test.cc216 opcodes.SetIsStmt(true); in TEST_F()
218 opcodes.SetIsStmt(false); in TEST_F()
/art/libelffile/dwarf/
Ddebug_line_opcode_writer.h84 void SetIsStmt(bool is_stmt) { in SetIsStmt() function