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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java652 public void ProcessAdvancePC(int startDebugOffset, int debugInstructionLength, int codeAddressDelta) { argument
676 if (codeAddressDeltaLeb128Size + 1 == debugInstructionLength) {
683 (debugInstructionLength - 1)];
690 System.arraycopy(originalEncodedDebugInfo, startDebugOffset + debugInstructionLength, result,

Completed in 101 milliseconds