Home
last modified time | relevance | path

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

/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;
322 case DBG_RESTART_LOCAL: { in decode0()
DDebugInfoEncoder.java29 import static com.android.dx.dex.file.DebugInfoConstants.DBG_RESTART_LOCAL;
624 output.writeByte(DBG_RESTART_LOCAL); in emitLocalRestart()
/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/libdex/
DDexDebugInfo.cpp262 case DBG_RESTART_LOCAL: in dexDecodeDebugInfo0()
DDexFile.h204 DBG_RESTART_LOCAL = 0x06, enumerator
DDexSwapVerify.cpp2054 case DBG_RESTART_LOCAL: { in intraVerifyDebugInfoItem()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java892 private static final byte DBG_RESTART_LOCAL = 0x06; field in DexMerger
950 case DBG_RESTART_LOCAL: in transformDebugInfoItem()