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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction12x.java 46 protected final int registerB;
50 int registerB) {
53 this.registerB = Preconditions.checkNibbleRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
BuilderInstruction22b.java 46 protected final int registerB;
51 int registerB,
55 this.registerB = Preconditions.checkByteRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
BuilderInstruction22s.java 46 protected final int registerB;
51 int registerB,
55 this.registerB = Preconditions.checkNibbleRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
BuilderInstruction22t.java 47 protected final int registerB;
51 int registerB,
55 this.registerB = Preconditions.checkNibbleRegister(registerB);
59 @Override public int getRegisterB() { return registerB; }
BuilderInstruction22x.java 46 protected final int registerB;
50 int registerB) {
53 this.registerB = Preconditions.checkShortRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
BuilderInstruction23x.java 46 protected final int registerB;
51 int registerB,
55 this.registerB = Preconditions.checkByteRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
BuilderInstruction32x.java 46 protected final int registerB;
50 int registerB) {
53 this.registerB = Preconditions.checkShortRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
BuilderInstruction22c.java 47 protected final int registerB;
52 int registerB,
56 this.registerB = Preconditions.checkNibbleRegister(registerB);
61 @Override public int getRegisterB() { return registerB; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction12x.java 45 protected final int registerB;
49 int registerB) {
52 this.registerB = Preconditions.checkNibbleRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22x.java 45 protected final int registerB;
49 int registerB) {
52 this.registerB = Preconditions.checkShortRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction32x.java 45 protected final int registerB;
49 int registerB) {
52 this.registerB = Preconditions.checkShortRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22b.java 45 protected final int registerB;
50 int registerB,
54 this.registerB = Preconditions.checkByteRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22c.java 48 protected final int registerB;
53 int registerB,
57 this.registerB = Preconditions.checkNibbleRegister(registerB);
73 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22cs.java 45 protected final int registerB;
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22s.java 45 protected final int registerB;
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction22t.java 45 protected final int registerB;
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
ImmutableInstruction23x.java 45 protected final int registerB;
50 int registerB,
54 this.registerB = Preconditions.checkByteRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
ImmutableInstructionFactory.java 71 int registerB) {
72 return new ImmutableInstruction12x(opcode, registerA, registerB);
118 int registerB,
120 return new ImmutableInstruction22b(opcode, registerA, registerB, literal);
125 int registerB,
127 return new ImmutableInstruction22c(opcode, registerA, registerB, reference);
132 int registerB,
134 return new ImmutableInstruction22s(opcode, registerA, registerB, literal);
139 int registerB,
141 return new ImmutableInstruction22t(opcode, registerA, registerB, codeOffset)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionFactory.java 49 Instruction makeInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB);
57 Instruction makeInstruction22b(@Nonnull Opcode opcode, int registerA, int registerB, int literal);
58 Instruction makeInstruction22c(@Nonnull Opcode opcode, int registerA, int registerB, @Nonnull Ref reference);
59 Instruction makeInstruction22s(@Nonnull Opcode opcode, int registerA, int registerB, int literal);
60 Instruction makeInstruction22t(@Nonnull Opcode opcode, int registerA, int registerB, int codeOffset);
61 Instruction makeInstruction22x(@Nonnull Opcode opcode, int registerA, int registerB);
62 Instruction makeInstruction23x(@Nonnull Opcode opcode, int registerA, int registerB, int registerC);
67 Instruction makeInstruction32x(@Nonnull Opcode opcode, int registerA, int registerB);
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
GenericParent.java 35 @Inject void registerB(B b) { this.registeredB = b; }
  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 802 ^(I_STATEMENT_FORMAT12x INSTRUCTION_FORMAT12x registerA=REGISTER registerB=REGISTER)
806 byte regB = parseRegister_nibble($registerB.text);
915 ^(I_STATEMENT_FORMAT22b INSTRUCTION_FORMAT22b registerA=REGISTER registerB=REGISTER short_integral_literal)
919 short regB = parseRegister_byte($registerB.text);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 1285 milliseconds