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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoConstants.java44 static final int DBG_ADVANCE_PC = 0x01; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java374 case DBG_ADVANCE_PC:
H A DDebugInfoEncoder.java767 * it may also require DBG_ADVANCE_PC or DBG_ADVANCE_LINE.
868 * Emits an {@link DebugInfoConstants#DBG_ADVANCE_PC DBG_ADVANCE_PC}
877 output.writeByte(DBG_ADVANCE_PC);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoConstants.java44 static final int DBG_ADVANCE_PC = 0x01; field in interface:DebugInfoConstants
H A DDebugInfoDecoder.java28 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
379 case DBG_ADVANCE_PC:
H A DDebugInfoEncoder.java23 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
779 * it may also require DBG_ADVANCE_PC or DBG_ADVANCE_LINE.
880 * Emits an {@link DebugInfoConstants#DBG_ADVANCE_PC DBG_ADVANCE_PC}
889 output.writeByte(DBG_ADVANCE_PC);
/dalvik/libdex/
H A DDexDebugInfo.cpp166 case DBG_ADVANCE_PC:
H A DDexFile.h255 DBG_ADVANCE_PC = 0x01, enumerator in enum:__anon9
H A DDexSwapVerify.cpp2089 case DBG_ADVANCE_PC: {
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java951 private static final byte DBG_ADVANCE_PC = 0x01; field in class:DexMerger
989 case DBG_ADVANCE_PC:

Completed in 210 milliseconds