Searched refs:DBG_END_SEQUENCE (Results 1 – 3 of 3) sorted by relevance
93 public static final int DBG_END_SEQUENCE = 0x00; field in Constants
41 putByte(Constants.DBG_END_SEQUENCE); in generate()
453 for (int head = file.getUbyte(); head != Constants.DBG_END_SEQUENCE; head = file.getUbyte()) { in parseDebugInfo()