Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/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/
DDexFile.h182 DBG_RESTART_LOCAL = 0x06, enumerator
DDexFile.c1166 case DBG_RESTART_LOCAL: in dexDecodeDebugInfo()
DDexSwapVerify.c1984 case DBG_RESTART_LOCAL: { in intraVerifyDebugInfoItem()