Searched refs:DBG_RESTART_LOCAL (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoConstants.java105 static final int DBG_RESTART_LOCAL = 0x06; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java312 case DBG_RESTART_LOCAL: {
H A DDebugInfoEncoder.java605 * Emits a {@link DebugInfoConstants#DBG_RESTART_LOCAL DBG_RESTART_LOCAL}
616 output.writeByte(DBG_RESTART_LOCAL);

Completed in 86 milliseconds