Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h245 opcodes.SetIsStmt(false); in WriteCompilationUnit()
249 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
252 opcodes.SetIsStmt(default_is_stmt); in WriteCompilationUnit()
/art/compiler/debug/dwarf/
Ddwarf_test.cc220 opcodes.SetIsStmt(true); in TEST_F()
222 opcodes.SetIsStmt(false); in TEST_F()
Ddebug_line_opcode_writer.h84 void SetIsStmt(bool is_stmt) { in SetIsStmt() function