Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/dex/
DConstants.java93 public static final int DBG_END_SEQUENCE = 0x00; field in Constants
DDebugBytecodeWriter.java41 putByte(Constants.DBG_END_SEQUENCE); in generate()
DDexFileReader.java453 for (int head = file.getUbyte(); head != Constants.DBG_END_SEQUENCE; head = file.getUbyte()) { in parseDebugInfo()