Searched refs:DBG_FIRST_SPECIAL (Results 1 – 2 of 2) sorted by relevance
338 assert (value >= Constants.DBG_FIRST_SPECIAL) && (value <= Constants.DBG_LAST_SPECIAL); in Default()347 int adjustedOpcode = value - Constants.DBG_FIRST_SPECIAL; in addToBuilder()358 return Constants.DBG_FIRST_SPECIAL in hashCode()
98 public static final int DBG_FIRST_SPECIAL = 0x0a; field in Constants