Home
last modified time | relevance | path

Searched refs:checkByteRegister (Results 1 – 25 of 27) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction23x.java54 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction23x()
55 this.registerB = Preconditions.checkByteRegister(registerB); in BuilderInstruction23x()
56 this.registerC = Preconditions.checkByteRegister(registerC); in BuilderInstruction23x()
DBuilderInstruction22b.java54 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction22b()
55 this.registerB = Preconditions.checkByteRegister(registerB); in BuilderInstruction22b()
DBuilderInstruction11x.java50 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction11x()
DBuilderInstruction51l.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction51l()
DBuilderInstruction22x.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction22x()
DBuilderInstruction31t.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction31t()
DBuilderInstruction21t.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction21t()
DBuilderInstruction31i.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction31i()
DBuilderInstruction21s.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction21s()
DBuilderInstruction21lh.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction21lh()
DBuilderInstruction21ih.java52 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction21ih()
DBuilderInstruction31c.java53 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction31c()
DBuilderInstruction21c.java53 this.registerA = Preconditions.checkByteRegister(registerA); in BuilderInstruction21c()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction23x.java53 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction23x()
54 this.registerB = Preconditions.checkByteRegister(registerB); in ImmutableInstruction23x()
55 this.registerC = Preconditions.checkByteRegister(registerC); in ImmutableInstruction23x()
DImmutableInstruction22b.java53 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction22b()
54 this.registerB = Preconditions.checkByteRegister(registerB); in ImmutableInstruction22b()
DImmutableInstruction11x.java49 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction11x()
DImmutableInstruction51l.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction51l()
DImmutableInstruction31t.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction31t()
DImmutableInstruction31i.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction31i()
DImmutableInstruction22x.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction22x()
DImmutableInstruction21t.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction21t()
DImmutableInstruction21s.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction21s()
DImmutableInstruction21lh.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction21lh()
DImmutableInstruction21ih.java51 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction21ih()
DImmutableInstruction31c.java54 this.registerA = Preconditions.checkByteRegister(registerA); in ImmutableInstruction31c()

12