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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 440 int codeAddress = ((OffsetInstruction)instruction).getTargetAddressOffset();
459 int codeAddress = ((OffsetInstruction)instruction).getTargetAddressOffset();
515 OffsetInstruction offsetInstruction = (OffsetInstruction)instruction;
517 int switchDataAddress = currentCodeAddress + offsetInstruction.getTargetAddressOffset();
566 if (instruction instanceof OffsetInstruction) {
567 OffsetInstruction offsetInstruction = (OffsetInstruction)instruction
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 565 if (instruction.instruction instanceof OffsetInstruction) {
566 OffsetInstruction offsetInstruction = (OffsetInstruction)instruction.instruction;
571 offsetInstruction.getTargetAddressOffset()).instruction;
580 int targetAddressOffset = offsetInstruction.getTargetAddressOffset();
    [all...]

Completed in 482 milliseconds