Home
last modified time | relevance | path

Searched refs:kDefaultIsStmt (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libelffile/dwarf/
H A Ddebug_line_opcode_writer.h39 static constexpr bool kDefaultIsStmt = false; variable
118 is_stmt_ = kDefaultIsStmt; in EndSequence()
235 is_stmt_(kDefaultIsStmt) {
H A Dheaders.h134 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0); in WriteDebugLineTable()