Home
last modified time | relevance | path

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

/aosp12/art/compiler/debug/
H A 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()
/aosp12/art/compiler/debug/dwarf/
H A Ddwarf_test.cc224 opcodes.SetIsStmt(true); in TEST_F()
230 opcodes.SetIsStmt(false); in TEST_F()
/aosp12/art/libelffile/dwarf/
H A Ddebug_line_opcode_writer.h84 void SetIsStmt(bool is_stmt) { in SetIsStmt() function