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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoConstants.java105 static final int DBG_RESTART_LOCAL = 0x06; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java318 case DBG_RESTART_LOCAL: {
H A DDebugInfoEncoder.java605 * Emits a {@link DebugInfoConstants#DBG_RESTART_LOCAL DBG_RESTART_LOCAL}
616 output.writeByte(DBG_RESTART_LOCAL);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoConstants.java105 static final int DBG_RESTART_LOCAL = 0x06; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java34 import static com.android.dx.dex.file.DebugInfoConstants.DBG_RESTART_LOCAL;
322 case DBG_RESTART_LOCAL: {
H A DDebugInfoEncoder.java29 import static com.android.dx.dex.file.DebugInfoConstants.DBG_RESTART_LOCAL;
613 * Emits a {@link DebugInfoConstants#DBG_RESTART_LOCAL DBG_RESTART_LOCAL}
624 output.writeByte(DBG_RESTART_LOCAL);
/dalvik/libdex/
H A DDexDebugInfo.cpp262 case DBG_RESTART_LOCAL:
H A DDexFile.h255 DBG_RESTART_LOCAL = 0x06, enumerator in enum:__anon9
H A DDexSwapVerify.cpp2120 case DBG_RESTART_LOCAL: {
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java957 private static final byte DBG_RESTART_LOCAL = 0x06; field in class:DexMerger
1015 case DBG_RESTART_LOCAL:

Completed in 3915 milliseconds