Home
last modified time | relevance | path

Searched defs:getRegisterA (Results 1 – 25 of 62) sorted by relevance

123

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DInstructionRewriter.java160 public int getRegisterA() { in getRegisterA() method in InstructionRewriter.RewrittenInstruction21c
171 public int getRegisterA() { in getRegisterA() method in InstructionRewriter.RewrittenInstruction22c
186 public int getRegisterA() { in getRegisterA() method in InstructionRewriter.RewrittenInstruction31c
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/instruction/
DOneRegisterInstruction.java34 int getRegisterA(); in getRegisterA() method
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/
DDexBackedInstruction11x.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction11x
DDexBackedInstruction51l.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction51l
DDexBackedInstruction12x.java48 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction12x
DDexBackedInstruction31t.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction31t
DDexBackedInstruction32x.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUshort(instructionStart +… in getRegisterA() method in DexBackedInstruction32x
DDexBackedInstruction22x.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction22x
DDexBackedInstruction21t.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction21t
DDexBackedInstruction22t.java48 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction22t
DDexBackedInstruction11n.java48 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction11n
DDexBackedInstruction21s.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction21s
DDexBackedInstruction23x.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction23x
DDexBackedInstruction31i.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction31i
DDexBackedInstruction21lh.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction21lh
DDexBackedInstruction22cs.java48 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction22cs
DDexBackedInstruction31c.java48 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction31c
DDexBackedInstruction21c.java48 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction21c
DDexBackedInstruction21ih.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction21ih
DDexBackedInstruction22c.java50 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction22c
DDexBackedInstruction22s.java48 public int getRegisterA() { in getRegisterA() method in DexBackedInstruction22s
DDexBackedInstruction22b.java46 …@Override public int getRegisterA() { return dexFile.getDataBuffer().readUbyte(instructionStart + … in getRegisterA() method in DexBackedInstruction22b
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
DBuilderInstruction11x.java52 @Override public int getRegisterA() { return registerA; } in getRegisterA() method in BuilderInstruction11x
DBuilderInstruction21t.java54 @Override public int getRegisterA() { return registerA; } in getRegisterA() method in BuilderInstruction21t
DBuilderInstruction31t.java54 @Override public int getRegisterA() { return registerA; } in getRegisterA() method in BuilderInstruction31t

123