Home
last modified time | relevance | path

Searched defs:getRegisterG (Results 1 – 12 of 12) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DFiveRegisterInstruction.java39 int getRegisterG(); in getRegisterG() method
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction35c.java60 @Override public int getRegisterG() { in getRegisterG() method in SmalideaInstruction35c
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction35ms.java73 public int getRegisterG() { in getRegisterG() method in DexBackedInstruction35ms
DDexBackedInstruction35mi.java73 public int getRegisterG() { in getRegisterG() method in DexBackedInstruction35mi
DDexBackedInstruction35c.java75 public int getRegisterG() { in getRegisterG() method in DexBackedInstruction35c
DDexBackedInstruction45cc.java75 public int getRegisterG() { in getRegisterG() method in DexBackedInstruction45cc
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction35c.java77 @Override public int getRegisterG() { return registerG; } in getRegisterG() method in BuilderInstruction35c
DBuilderInstruction45cc.java80 @Override public int getRegisterG() { return registerG; } in getRegisterG() method in BuilderInstruction45cc
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction35mi.java90 @Override public int getRegisterG() { return registerG; } in getRegisterG() method in ImmutableInstruction35mi
DImmutableInstruction35ms.java90 @Override public int getRegisterG() { return registerG; } in getRegisterG() method in ImmutableInstruction35ms
DImmutableInstruction35c.java93 @Override public int getRegisterG() { return registerG; } in getRegisterG() method in ImmutableInstruction35c
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java174 public int getRegisterG() { in getRegisterG() method in InstructionRewriter.RewrittenInstruction35c