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

  /external/smali/util/src/main/java/org/jf/util/
NibbleUtils.java 61 public static int extractHighUnsignedNibble(int value) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction35c.java 51 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 1));
61 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 4));
71 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 5));
DexBackedInstruction35mi.java 49 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 1));
59 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 4));
69 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 5));
DexBackedInstruction35ms.java 49 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 1));
59 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 4));
69 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 5));
DexBackedInstruction45cc.java 51 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 1));
61 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 4));
71 return NibbleUtils.extractHighUnsignedNibble(dexFile.readUbyte(instructionStart + 5));
DexBackedInstruction12x.java 55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22cs.java 55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22s.java 55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22t.java 55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22c.java 57 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 

Completed in 178 milliseconds