Searched refs:DBG_START_LOCAL_EXTENDED (Results 1 – 7 of 7) sorted by relevance
82 static final int DBG_START_LOCAL_EXTENDED = 0x04; field
39 import static com.android.dx.dex.file.DebugInfoConstants.DBG_START_LOCAL_EXTENDED;310 case DBG_START_LOCAL_EXTENDED: { in decode0()
32 import static com.android.dx.dex.file.DebugInfoConstants.DBG_START_LOCAL_EXTENDED;733 output.writeByte(DBG_START_LOCAL_EXTENDED); in emitLocalStartExtended()
305 case DBG_START_LOCAL_EXTENDED: { in decode0()
721 output.writeByte(DBG_START_LOCAL_EXTENDED); in emitLocalStartExtended()
954 private static final byte DBG_START_LOCAL_EXTENDED = 0x04; field in DexMerger1000 case DBG_START_LOCAL_EXTENDED: in transformDebugInfoItem()1007 if (opcode == DBG_START_LOCAL_EXTENDED) { in transformDebugInfoItem()