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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
H A DDebugInstructionIterator.java148 processDebugInstruction.ProcessSpecialOpcode(startDebugOffset, debugOpcode, (base % 15) - 4, base / 15);
312 public void ProcessSpecialOpcode(int startDebugOffset, int debugOpcode, int lineDiff, int codeAddressDiff) { method in class:DebugInstructionIterator.ProcessRawDebugInstructionDelegate
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DDebugInfoItem.java547 public void ProcessSpecialOpcode(int startDebugOffset, int debugOpcode, int lineDiff,
H A DCodeItem.java698 public void ProcessSpecialOpcode(int startDebugOffset, int debugOpcode, int lineDelta, method in class:CodeItem.DebugInstructionFixer

Completed in 568 milliseconds