Searched refs:getRegisterA (Results 1 - 25 of 71) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
H A DOneRegisterInstruction.java35 int getRegisterA(); method in interface:OneRegisterInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction11n.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction11n
H A DImmutableInstruction11x.java58 instruction.getRegisterA());
61 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction11x
H A DImmutableInstruction12x.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction12x
H A DImmutableInstruction21lh.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction21lh
H A DImmutableInstruction21s.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction21s
H A DImmutableInstruction21t.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction21t
H A DImmutableInstruction22x.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction22x
H A DImmutableInstruction31i.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction31i
H A DImmutableInstruction31t.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction31t
H A DImmutableInstruction32x.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction32x
H A DImmutableInstruction51l.java61 instruction.getRegisterA(),
65 @Override public int getRegisterA() { return registerA; } method in class:ImmutableInstruction51l
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction11x.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction11x
H A DDexBackedInstruction12x.java49 public int getRegisterA() { method in class:DexBackedInstruction12x
H A DDexBackedInstruction21ih.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction21ih
H A DDexBackedInstruction21lh.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction21lh
H A DDexBackedInstruction21s.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction21s
H A DDexBackedInstruction21t.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction21t
H A DDexBackedInstruction22b.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction22b
H A DDexBackedInstruction22x.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction22x
H A DDexBackedInstruction23x.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction23x
H A DDexBackedInstruction31i.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction31i
H A DDexBackedInstruction31t.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction31t
H A DDexBackedInstruction32x.java47 @Override public int getRegisterA() { return dexFile.readUshort(instructionStart + 2); } method in class:DexBackedInstruction32x
H A DDexBackedInstruction51l.java47 @Override public int getRegisterA() { return dexFile.readUbyte(instructionStart + 1); } method in class:DexBackedInstruction51l

Completed in 9442 milliseconds

123