/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/ |
D | Instruction.java | 49 Opcode getOpcode(); in getOpcode() method
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | UnresolvedOdexInstruction.java | 52 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | BuilderInstruction.java | 52 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstruction.java | 137 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
D | DexBackedInstruction.java | 56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | Dop.java | 96 public int getOpcode() { in getOpcode() method in Dop
|
D | DalvInsn.java | 175 public final Dop getOpcode() { in getOpcode() method in DalvInsn
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
D | SmalideaInstruction.java | 124 @Nonnull public Opcode getOpcode() { in getOpcode() method in SmalideaInstruction
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
D | AbstractInsnNode.java | 158 public int getOpcode() { in getOpcode() method in AbstractInsnNode
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | NormalSsaInsn.java | 128 public Rop getOpcode() { in getOpcode() method in NormalSsaInsn
|
D | SsaInsn.java | 174 abstract public Rop getOpcode(); in getOpcode() method in SsaInsn
|
D | PhiInsn.java | 173 public Rop getOpcode() { in getOpcode() method in PhiInsn
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 72 @NotNull public Opcode getOpcode() { in getOpcode() method in SmaliInstruction
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 48 unsigned getOpcode() const { in getOpcode() function 56 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | InstructionRewriter.java | 103 @Override public Opcode getOpcode() { in getOpcode() method in InstructionRewriter.BaseRewrittenReferenceInstruction
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rop.java | 312 public int getOpcode() { in getOpcode() method in Rop
|
D | Insn.java | 124 public final Rop getOpcode() { in getOpcode() method in Insn
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | DecodedInstruction.java | 123 public final int getOpcode() { in getOpcode() method in DecodedInstruction
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Type.java | 690 public int getOpcode(final int opcode) { in getOpcode() method in Type
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 394 Opcode getOpcode() const { return Op; } in getOpcode() function 530 Opcode getOpcode() const { return Op; } in getOpcode() function
|
D | MCInstrDesc.h | 178 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 711 UnaryOp getOpcode() const { return Opc; } in getOpcode() function 762 BinaryOp getOpcode() const { return Opc; } in getOpcode() function 818 TernaryOp getOpcode() const { return Opc; } in getOpcode() function
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | OpcodeInfo.java | 1444 public int getOpcode() { in getOpcode() method in OpcodeInfo.Info
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 358 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 156 inline uint getOpcode() const { return insn->Instruction.Opcode; } in getOpcode() function in tgsi::Instruction
|