Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoConstants.java44 static final int DBG_ADVANCE_PC = 0x01; field
DDebugInfoDecoder.java374 case DBG_ADVANCE_PC: in decode0()
DDebugInfoEncoder.java877 output.writeByte(DBG_ADVANCE_PC); in emitAdvancePc()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoConstants.java44 static final int DBG_ADVANCE_PC = 0x01; field
DDebugInfoDecoder.java28 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
379 case DBG_ADVANCE_PC: in decode0()
DDebugInfoEncoder.java23 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
889 output.writeByte(DBG_ADVANCE_PC); in emitAdvancePc()
/dalvik/libdex/
DDexDebugInfo.cpp166 case DBG_ADVANCE_PC: in dexDecodeDebugInfo0()
DDexFile.h261 DBG_ADVANCE_PC = 0x01, enumerator
DDexSwapVerify.cpp2089 case DBG_ADVANCE_PC: { in intraVerifyDebugInfoItem()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java951 private static final byte DBG_ADVANCE_PC = 0x01; field in DexMerger
989 case DBG_ADVANCE_PC: in transformDebugInfoItem()