Home
last modified time | relevance | path

Searched refs:DBG_RESTART_LOCAL (Results 1 – 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoConstants.java105 static final int DBG_RESTART_LOCAL = 0x06; field
DDebugInfoDecoder.java318 case DBG_RESTART_LOCAL: { in decode0()
DDebugInfoEncoder.java616 output.writeByte(DBG_RESTART_LOCAL); in emitLocalRestart()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoConstants.java105 static final int DBG_RESTART_LOCAL = 0x06; field
DDebugInfoDecoder.java34 import static com.android.dx.dex.file.DebugInfoConstants.DBG_RESTART_LOCAL;
323 case DBG_RESTART_LOCAL: { in decode0()
DDebugInfoEncoder.java29 import static com.android.dx.dex.file.DebugInfoConstants.DBG_RESTART_LOCAL;
628 output.writeByte(DBG_RESTART_LOCAL); in emitLocalRestart()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java956 private static final byte DBG_RESTART_LOCAL = 0x06; field in DexMerger
1014 case DBG_RESTART_LOCAL: in transformDebugInfoItem()