Home
last modified time | relevance | path

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

/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;
378 case DBG_ADVANCE_PC: in decode0()
DDebugInfoEncoder.java23 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
885 output.writeByte(DBG_ADVANCE_PC); in emitAdvancePc()
/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/libdex/
DDexDebugInfo.cpp219 case DBG_ADVANCE_PC: in dexDecodeDebugInfo0()
DDexFile.h199 DBG_ADVANCE_PC = 0x01, enumerator
DDexSwapVerify.cpp2023 case DBG_ADVANCE_PC: { in intraVerifyDebugInfoItem()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java887 private static final byte DBG_ADVANCE_PC = 0x01; field in DexMerger
925 case DBG_ADVANCE_PC: in transformDebugInfoItem()