HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultIsStmt (Results 1 - 2 of 2) sorted by null

  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 39 static constexpr bool kDefaultIsStmt = false;
118 is_stmt_ = kDefaultIsStmt;
235 is_stmt_(kDefaultIsStmt) {
headers.h 174 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0);

Completed in 42 milliseconds