HomeSort by relevance Sort by last modified time
    Searched refs:DBG_ADVANCE_PC (Results 1 - 21 of 21) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 44 static final int DBG_ADVANCE_PC = 0x01;
DebugInfoDecoder.java 374 case DBG_ADVANCE_PC:
DebugInfoEncoder.java 767 * 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/
DebugInfoConstants.java 44 static final int DBG_ADVANCE_PC = 0x01;
DebugInfoDecoder.java 28 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
378 case DBG_ADVANCE_PC:
DebugInfoEncoder.java 23 import static com.android.dx.dex.file.DebugInfoConstants.DBG_ADVANCE_PC;
775 * it may also require DBG_ADVANCE_PC or DBG_ADVANCE_LINE.
876 * Emits an {@link DebugInfoConstants#DBG_ADVANCE_PC DBG_ADVANCE_PC}
885 output.writeByte(DBG_ADVANCE_PC);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoConstants.java 44 static final int DBG_ADVANCE_PC = 0x01;
DebugInfoDecoder.java 368 case DBG_ADVANCE_PC:
DebugInfoEncoder.java 767 * 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);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DebugOpcode.java 33 DBG_ADVANCE_PC((byte)0x01),
DebugInstructionIterator.java 182 case DBG_ADVANCE_PC:
278 ProcessStaticOpcode(DebugOpcode.DBG_ADVANCE_PC, startDebugOffset, length);
  /dalvik/libdex/
DexDebugInfo.cpp 219 case DBG_ADVANCE_PC:
DexFile.h 199 DBG_ADVANCE_PC = 0x01,
DexSwapVerify.cpp     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java 399 out.annotate("DBG_ADVANCE_PC");
400 out.writeByte(DebugOpcode.DBG_ADVANCE_PC.value);
CodeItem.java 704 result[startDebugOffset] = DebugOpcode.DBG_ADVANCE_PC.value;
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java     [all...]
  /art/runtime/
dex_file.h 731 DBG_ADVANCE_PC = 0x01,
    [all...]
dex_file.cc 731 case DBG_ADVANCE_PC:
    [all...]
dex_file_verifier.cc 799 case DexFile::DBG_ADVANCE_PC: {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 322 milliseconds